go/ast.IndexExpr.Index (field)
7 uses
go/ast (current package)
ast.go#L337: Index Expr // index expression
walk.go#L115: Walk(v, n.Index)
go/parser
parser.go#L1258: return &ast.IndexExpr{X: x, Lbrack: lbrack, Index: index[0], Rbrack: rbrack}
go/printer
nodes.go#L834: p.expr0(x.Index, depth+1)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2084: if x.Index != nil {
encode_ast.gen.go#L2086: e.EncodeAny(x.Index)
encode_ast.gen.go#L2117: x.Index = d.DecodeAny().(ast.Expr)
![]() |
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. |