Searched defs:VariableNode (Results 1 – 1 of 1) sorted by relevance
198 func (t *Tree) newPipeline(pos Pos, line int, vars []*VariableNode) *PipeNode {392 type VariableNode struct { struct393 NodeType394 Pos395 tr *Tree396 Ident []string // Variable name and fields in lexical order.403 func (v *VariableNode) String() string {409 func (v *VariableNode) writeTo(sb *strings.Builder) {418 func (v *VariableNode) tree() *Tree {422 func (v *VariableNode) Copy() Node {