type go/ast.CommClause
15 uses
go/ast (current package)
ast.go#L720: CommClause struct {
ast.go#L772: func (s *CommClause) Pos() token.Pos { return s.Case }
ast.go#L829: func (s *CommClause) End() token.Pos {
ast.go#L859: func (*CommClause) stmtNode() {}
walk.go#L256: case *CommClause:
go/parser
parser.go#L2057: func (p *parser) parseCommClause() *ast.CommClause {
parser.go#L2112: return &ast.CommClause{Case: pos, Comm: comm, Colon: colon, Body: body}
go/printer
nodes.go#L1371: case *ast.CommClause:
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L767: func encode_ast_CommClause(e *codec.Encoder, x *ast.CommClause) {
encode_ast.gen.go#L790: func decode_ast_CommClause(d *codec.Decoder, p **ast.CommClause) {
encode_ast.gen.go#L796: *p = ref.(*ast.CommClause)
encode_ast.gen.go#L799: var x ast.CommClause
encode_ast.gen.go#L823: codec.Register(&ast.CommClause{},
encode_ast.gen.go#L824: func(e *codec.Encoder, x interface{}) { encode_ast_CommClause(e, x.(*ast.CommClause)) },
encode_ast.gen.go#L826: var x *ast.CommClause
![]() |
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. |