type go/ast.SwitchStmt
13 uses
go/ast (current package)
ast.go#L725: SwitchStmt struct {
ast.go#L792: func (s *SwitchStmt) Pos() token.Pos { return s.Switch }
ast.go#L849: func (s *SwitchStmt) End() token.Pos { return s.Body.End() }
ast.go#L878: func (*SwitchStmt) stmtNode() {}
walk.go#L227: case *SwitchStmt:
go/parser
parser.go#L2268: 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#L637: case *ast.SwitchStmt:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)