go/ast.IncDecStmt.Tok (field)
6 uses
go/ast (current package)
ast.go#L639: Tok token.Token // INC or DEC
go/parser
parser.go#L1738: s := &ast.IncDecStmt{X: x[0], TokPos: p.pos, Tok: p.tok}
go/printer
nodes.go#L1276: p.print(s.TokPos, s.Tok)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2023: if x.Tok != 0 {
encode_ast.gen.go#L2025: e.EncodeInt(int64(x.Tok))
encode_ast.gen.go#L2052: x.Tok = token.Token(d.DecodeInt())
![]() |
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. |