go/ast.StarExpr.Star (field)
9 uses
go/ast (current package)
ast.go#L375: Star token.Pos // position of "*"
ast.go#L486: func (x *StarExpr) Pos() token.Pos { return x.Star }
go/doc
reader.go#L622: typ = &ast.StarExpr{Star: origPos, X: newIdent}
go/parser
parser.go#L792: return &ast.StarExpr{Star: star, X: base}
parser.go#L1591: return &ast.StarExpr{Star: pos, X: p.checkExprOrType(x)}
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2899: if x.Star != 0 {
encode_ast.gen.go#L2901: e.EncodeInt(int64(x.Star))
encode_ast.gen.go#L2928: x.Star = token.Pos(d.DecodeInt())
golang.org/x/pkgsite/internal/godoc/internal/doc
reader.go#L626: typ = &ast.StarExpr{Star: origPos, X: newIdent}
![]() |
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. |