DataDictionary.Rules.Action.Compile C# (CSharp) Method

Compile() public method

Creates the tree according to the statement text
public Compile ( ) : InterpreterTreeNode
return InterpreterTreeNode
        public InterpreterTreeNode Compile()
        {
            // Side effect, builds the statement if it is not already built
            return Tree;
        }