type go/ast.InterfaceType
33 uses
go/ast (current package)
ast.go#L445: InterfaceType struct {
ast.go#L498: func (x *InterfaceType) Pos() token.Pos { return x.Interface }
ast.go#L531: func (x *InterfaceType) End() token.Pos { return x.Methods.End() }
ast.go#L558: func (*InterfaceType) exprNode() {}
filter.go#L170: case *InterfaceType:
walk.go#L171: case *InterfaceType:
go/doc
exports.go#L86: func removeErrorField(ityp *ast.InterfaceType) {
exports.go#L113: func (r *reader) filterFieldList(parent *namedType, fields *ast.FieldList, ityp *ast.InterfaceType) (removedFields bool) {
exports.go#L184: case *ast.InterfaceType:
filter.go#L42: case *ast.InterfaceType:
reader.go#L168: fixlist []*ast.InterfaceType // list of interfaces containing anonymous field "error"
reader.go#L227: func (r *reader) remember(typ *ast.InterfaceType) {
reader.go#L324: case *ast.InterfaceType:
go/parser
parser.go#L968: func (p *parser) parseInterfaceType() *ast.InterfaceType {
parser.go#L982: return &ast.InterfaceType{
go/printer
nodes.go#L950: case *ast.InterfaceType:
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2139: func encode_ast_InterfaceType(e *codec.Encoder, x *ast.InterfaceType) {
encode_ast.gen.go#L2158: func decode_ast_InterfaceType(d *codec.Decoder, p **ast.InterfaceType) {
encode_ast.gen.go#L2164: *p = ref.(*ast.InterfaceType)
encode_ast.gen.go#L2167: var x ast.InterfaceType
encode_ast.gen.go#L2189: codec.Register(&ast.InterfaceType{},
encode_ast.gen.go#L2190: func(e *codec.Encoder, x interface{}) { encode_ast_InterfaceType(e, x.(*ast.InterfaceType)) },
encode_ast.gen.go#L2192: var x *ast.InterfaceType
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L228: if st, ok := spec.Type.(*ast.InterfaceType); ok {
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L620: case *ast.InterfaceType:
synopsis.go#L108: case *ast.InterfaceType:
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L86: func removeErrorField(ityp *ast.InterfaceType) {
exports.go#L113: func (r *reader) filterFieldList(parent *namedType, fields *ast.FieldList, ityp *ast.InterfaceType) (removedFields bool) {
exports.go#L184: case *ast.InterfaceType:
filter.go#L42: case *ast.InterfaceType:
reader.go#L170: fixlist []*ast.InterfaceType // list of interfaces containing anonymous field "error"
reader.go#L229: func (r *reader) remember(typ *ast.InterfaceType) {
reader.go#L328: case *ast.InterfaceType:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |