go/ast.Ellipsis.Elt (field)
11 uses
go/ast (current package)
ast.go#L289: Elt Expr // ellipsis element type (parameter lists only); or nil
ast.go#L505: if x.Elt != nil {
ast.go#L506: return x.Elt.End()
walk.go#L92: if n.Elt != nil {
walk.go#L93: Walk(v, n.Elt)
go/parser
parser.go#L807: return &ast.Ellipsis{Ellipsis: pos, Elt: typ}
go/printer
nodes.go#L930: if x.Elt != nil {
nodes.go#L931: p.expr(x.Elt)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L1123: if x.Elt != nil {
encode_ast.gen.go#L1125: e.EncodeAny(x.Elt)
encode_ast.gen.go#L1150: x.Elt = d.DecodeAny().(ast.Expr)
![]() |
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. |