Token Controls and VIs
Owning Palette: Tokens Classes, Controls, and VIs
Requires: Labstache
The Token class is the abstract base class for all tokens that can be extracted and identified during the lexing process. Objects of this class should not be directly created. Instead, a new class that inherents from the Token class should be created.
Class Item | Description |
---|---|
Read Delimiters | Gets the opening and closing components that surround, or delimit, a Mustache tag. |
Read Type | Gets the Token type of an object. This is primarily used internally or when building custom compilers. This is more robust than using strings in case structures with the Get LV Class Name function, which is not available in older versions of LabVIEW. |
Write Delimiters | Sets the opening and closing components that surround, or delimit, a Mustache tag. |