NonTerminal Controls and VIs
Owning Palette: Nodes Classes, Controls, and VIs
Requires: Labstache
The Non-Terminal class represents a node in an Abstract Syntax Tree (AST) that can have child nodes.
Class Item | Description |
---|---|
Add Child | Add a child node to this parent (non-Terminal) node. |
Read Children | Gets all of the children nodes of this parent node. This does not recursively desend down children Non-Terminal nodes. |
Read Source | Gets the original, raw text from the Mustache template that yielded the node during the parsing process. |