go/ast.StarExpr.X (field)
20 uses
go/ast (current package)
ast.go#L376: X Expr // operand
ast.go#L519: func (x *StarExpr) End() token.Pos { return x.X.End() }
filter.go#L72: return fieldName(t.X)
filter.go#L325: t = p.X
walk.go#L140: Walk(v, n.X)
go/doc
reader.go#L33: return "*" + recvString(t.X)
reader.go#L113: return baseTypeName(t.X)
reader.go#L622: typ = &ast.StarExpr{Star: origPos, X: newIdent}
go/parser
parser.go#L792: return &ast.StarExpr{Star: star, X: base}
parser.go#L1441: x = p.X
parser.go#L1591: return &ast.StarExpr{Star: pos, X: p.checkExprOrType(x)}
go/printer
nodes.go#L768: p.expr(x.X)
nodes.go#L773: p.expr(x.X)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2903: if x.X != nil {
encode_ast.gen.go#L2905: e.EncodeAny(x.X)
encode_ast.gen.go#L2930: x.X = d.DecodeAny().(ast.Expr)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
idents.go#L347: return nodeName(n.X)
golang.org/x/pkgsite/internal/godoc/internal/doc
reader.go#L33: return "*" + recvString(t.X)
reader.go#L115: return baseTypeName(t.X)
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. |