go/ast.IndexExpr.X (field)
8 uses
go/ast (current package)
ast.go#L335: X Expr // expression
ast.go#L482: func (x *IndexExpr) Pos() token.Pos { return x.X.Pos() }
walk.go#L114: Walk(v, n.X)
go/parser
parser.go#L1258: return &ast.IndexExpr{X: x, Lbrack: lbrack, Index: index[0], Rbrack: rbrack}
go/printer
nodes.go#L832: p.expr1(x.X, token.HighestPrec, 1)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2076: if x.X != nil {
encode_ast.gen.go#L2078: e.EncodeAny(x.X)
encode_ast.gen.go#L2113: x.X = 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. |