Lines Matching refs:holds
76 // ListNode holds a sequence of nodes.
119 // TextNode holds plain text.
143 // PipeNode holds a pipeline with optional declaration
204 // ActionNode holds an action (something bounded by delimiters).
233 // CommandNode holds a command (a pipeline inside an evaluating action).
279 // IdentifierNode holds an identifier.
320 // VariableNode holds a list of variable names, possibly with chained field
352 // DotNode holds the special identifier '.'.
382 // NilNode holds the special identifier 'nil' representing an untyped nil constant.
412 // FieldNode holds a field (identifier starting with '.').
442 // ChainNode holds a term followed by a chain of field accesses (identifier starting with '.').
488 // BoolNode holds a boolean constant.
515 // NumberNode holds a number: signed or unsigned integer, float, or complex.
650 // StringNode holds a string constant. The value has been "unquoted".