type go/ast.Ellipsis
16 uses
go/ast (current package)
ast.go#L287: Ellipsis struct {
ast.go#L471: func (x *Ellipsis) Pos() token.Pos { return x.Ellipsis }
ast.go#L504: func (x *Ellipsis) End() token.Pos {
ast.go#L540: func (*Ellipsis) exprNode() {}
walk.go#L91: case *Ellipsis:
go/parser
parser.go#L676: len = &ast.Ellipsis{Ellipsis: p.pos}
parser.go#L807: return &ast.Ellipsis{Ellipsis: pos, Elt: typ}
parser.go#L1462: if len, isEllipsis := t.Len.(*ast.Ellipsis); isEllipsis {
go/printer
nodes.go#L928: case *ast.Ellipsis:
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1115: func encode_ast_Ellipsis(e *codec.Encoder, x *ast.Ellipsis) {
encode_ast.gen.go#L1130: func decode_ast_Ellipsis(d *codec.Decoder, p **ast.Ellipsis) {
encode_ast.gen.go#L1136: *p = ref.(*ast.Ellipsis)
encode_ast.gen.go#L1139: var x ast.Ellipsis
encode_ast.gen.go#L1159: codec.Register(&ast.Ellipsis{},
encode_ast.gen.go#L1160: func(e *codec.Encoder, x interface{}) { encode_ast_Ellipsis(e, x.(*ast.Ellipsis)) },
encode_ast.gen.go#L1162: var x *ast.Ellipsis
![]() |
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. |