Root Controls and VIs

Owning Palette: Nodes Classes, Controls, and VIs

Requires: Labstache

The Root class represents the first node in an Abstract Syntax Tree (AST) and is the embodiment of the entire AST.

Class ItemDescription
NewCreates a new Abstract Syntax Tree (AST).
Read TypeGets the Node 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.