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 ItemDescription
Add ChildAdd a child node to this parent (non-Terminal) node.
Read ChildrenGets all of the children nodes of this parent node. This does not recursively desend down children Non-Terminal nodes.
Read SourceGets the original, raw text from the Mustache template that yielded the node during the parsing process.