go/ast.FieldList.End (method)

5 uses

	go/ast (current package)
		ast.go#L238: func (f *FieldList) End() token.Pos {
		ast.go#L524: func (x *StructType) End() token.Pos     { return x.Fields.End() }
		ast.go#L527: 		return x.Results.End()
		ast.go#L529: 	return x.Params.End()
		ast.go#L531: func (x *InterfaceType) End() token.Pos { return x.Methods.End() }