Home
last modified time | relevance | path

Searched defs:ActionNode (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go261 type ActionNode struct { struct
262 NodeType
263 Pos
264 tr *Tree
265 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 {