type go/ast.ForStmt
14 uses
go/ast (current package)
ast.go#L734: ForStmt struct {
ast.go#L774: func (s *ForStmt) Pos() token.Pos { return s.For }
ast.go#L836: func (s *ForStmt) End() token.Pos { return s.Body.End() }
ast.go#L861: func (*ForStmt) stmtNode() {}
walk.go#L265: case *ForStmt:
go/parser
parser.go#L2207: return &ast.ForStmt{
go/printer
nodes.go#L1391: case *ast.ForStmt:
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1408: func encode_ast_ForStmt(e *codec.Encoder, x *ast.ForStmt) {
encode_ast.gen.go#L1435: func decode_ast_ForStmt(d *codec.Decoder, p **ast.ForStmt) {
encode_ast.gen.go#L1441: *p = ref.(*ast.ForStmt)
encode_ast.gen.go#L1444: var x ast.ForStmt
encode_ast.gen.go#L1470: codec.Register(&ast.ForStmt{},
encode_ast.gen.go#L1471: func(e *codec.Encoder, x interface{}) { encode_ast_ForStmt(e, x.(*ast.ForStmt)) },
encode_ast.gen.go#L1473: var x *ast.ForStmt
![]() |
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. |