go/ast.IncDecStmt.X (field)
8 uses
go/ast (current package)
ast.go#L637: X Expr
ast.go#L761: func (s *IncDecStmt) Pos() token.Pos { return s.X.Pos() }
walk.go#L203: Walk(v, n.X)
go/parser
parser.go#L1738: s := &ast.IncDecStmt{X: x[0], TokPos: p.pos, Tok: p.tok}
go/printer
nodes.go#L1275: p.expr0(s.X, depth+1)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2015: if x.X != nil {
encode_ast.gen.go#L2017: e.EncodeAny(x.X)
encode_ast.gen.go#L2048: 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. |