type go/ast.SwitchStmt
13 uses
go/ast (current package)
ast.go#L729: SwitchStmt struct {
ast.go#L796: func (s *SwitchStmt) Pos() token.Pos { return s.Switch }
ast.go#L853: func (s *SwitchStmt) End() token.Pos { return s.Body.End() }
ast.go#L882: func (*SwitchStmt) stmtNode() {}
walk.go#L227: case *SwitchStmt:
go/parser
parser.go#L2298: return &ast.SwitchStmt{Switch: pos, Init: s1, Tag: p.makeExpr(s2, "switch expression"), Body: body}
resolver.go#L350: case *ast.SwitchStmt:
go/printer
nodes.go#L1477: case *ast.SwitchStmt:
go/types
labels.go#L188: case *ast.SwitchStmt, *ast.TypeSwitchStmt, *ast.SelectStmt, *ast.ForStmt, *ast.RangeStmt:
labels.go#L246: case *ast.SwitchStmt:
return.go#L54: case *ast.SwitchStmt:
return.go#L145: case *ast.SwitchStmt:
stmt.go#L627: case *ast.SwitchStmt:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)