go/ast.KeyValueExpr.Value (field)
14 uses
go/ast (current package)
ast.go#L402: Value Expr
ast.go#L522: func (x *KeyValueExpr) End() token.Pos { return x.Value.End() }
filter.go#L130: if x, ok := x.Value.(*CompositeLit); ok {
walk.go#L151: Walk(v, n.Value)
go/doc
example.go#L219: ast.Inspect(e.Value, inspectFunc)
exports.go#L48: if x, ok := x.Value.(*ast.CompositeLit); ok {
go/parser
parser.go#L1338: x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue(false)}
go/printer
nodes.go#L283: p.expr(pair.Value)
nodes.go#L760: p.expr(x.Value)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2212: if x.Value != nil {
encode_ast.gen.go#L2214: e.EncodeAny(x.Value)
encode_ast.gen.go#L2241: x.Value = d.DecodeAny().(ast.Expr)
golang.org/x/pkgsite/internal/godoc/internal/doc
example.go#L333: ast.Inspect(e.Value, inspectFunc)
exports.go#L48: if x, ok := x.Value.(*ast.CompositeLit); ok {
![]() |
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. |