go/ast.SendStmt.Value (field)
8 uses
go/ast (current package)
ast.go#L664: Value Expr
ast.go#L820: func (s *SendStmt) End() token.Pos { return s.Value.End() }
walk.go#L187: Walk(v, n.Value)
go/parser
parser.go#L1991: return &ast.SendStmt{Chan: x[0], Arrow: arrow, Value: y}, false
parser.go#L2310: comm = &ast.SendStmt{Chan: lhs[0], Arrow: arrow, Value: rhs}
go/printer
nodes.go#L1390: p.expr0(s.Value, depth)
go/types
stmt.go#L467: check.expr(nil, &val, s.Value)
golang.org/x/tools/go/ast/inspector
walk.go#L177: walk(v, edge.SendStmt_Value, -1, n.Value)