type go/ast.InterfaceType
34 uses
go/ast (current package)
ast.go#L471: InterfaceType struct {
ast.go#L525: func (x *InterfaceType) Pos() token.Pos { return x.Interface }
ast.go#L567: func (x *InterfaceType) End() token.Pos { return x.Methods.End() }
ast.go#L594: func (*InterfaceType) exprNode() {}
filter.go#L170: case *InterfaceType:
walk.go#L158: case *InterfaceType:
go/doc
exports.go#L81: func removeAnonymousField(name string, ityp *ast.InterfaceType) {
exports.go#L107: func (r *reader) filterFieldList(parent *namedType, fields *ast.FieldList, ityp *ast.InterfaceType) (removedFields bool) {
exports.go#L197: case *ast.InterfaceType:
filter.go#L44: case *ast.InterfaceType:
reader.go#L198: fixmap map[string][]*ast.InterfaceType
reader.go#L255: func (r *reader) remember(predecl string, typ *ast.InterfaceType) {
reader.go#L257: r.fixmap = make(map[string][]*ast.InterfaceType)
reader.go#L353: case *ast.InterfaceType:
go/parser
parser.go#L1253: func (p *parser) parseInterfaceType() *ast.InterfaceType {
parser.go#L1292: return &ast.InterfaceType{
parser.go#L2741: case *ast.ArrayType, *ast.StructType, *ast.FuncType, *ast.InterfaceType, *ast.MapType, *ast.ChanType:
resolver.go#L302: case *ast.InterfaceType:
go/printer
nodes.go#L423: case *ast.ArrayType, *ast.StructType, *ast.FuncType, *ast.InterfaceType, *ast.MapType, *ast.ChanType:
nodes.go#L1058: case *ast.InterfaceType:
go/types
decl.go#L702: x = &ast.InterfaceType{Methods: &ast.FieldList{List: []*ast.Field{{Type: x}}}}
expr.go#L279: *ast.InterfaceType,
expr.go#L1190: *ast.InterfaceType, *ast.MapType, *ast.ChanType:
exprstring.go#L144: case *ast.InterfaceType:
interface.go#L159: func (check *Checker) interfaceType(ityp *Interface, iface *ast.InterfaceType, def *TypeName) {
typexpr.go#L345: case *ast.InterfaceType:
go.pact.im/x/plumb/internal/discover
discover.go#L229: case *ast.InterfaceType:
discover.go#L576: case *ast.InterfaceType:
discover.go#L604: case *ast.InterfaceType:
discover.go#L710: func scanInterfaceMethods(pkg *Package, it *ast.InterfaceType, owner types.Type) ([]*Provider, *diag.Error) {
golang.org/x/tools/go/ast/edge
edge.go#L256: InterfaceType_Methods: info[*ast.InterfaceType]("Methods"),
golang.org/x/tools/go/ast/inspector
typeof.go#L174: case *ast.InterfaceType:
walk.go#L148: case *ast.InterfaceType:
golang.org/x/tools/internal/typesinternal
fx.go#L36: *ast.InterfaceType: