Searched defs:ActionNode (Results 1 – 1 of 1) sorted by relevance
261 type ActionNode struct { struct262 NodeType263 Pos264 tr *Tree265 Line int // The line number in the input. Deprecated: Kept for compatibility.266 Pipe *PipeNode // The pipeline in the action.273 func (a *ActionNode) String() string {279 func (a *ActionNode) writeTo(sb *strings.Builder) {285 func (a *ActionNode) tree() *Tree {289 func (a *ActionNode) Copy() Node {