DataDictionary.Rules.Action.Compile C# (CSharp) 메소드

Compile() 공개 메소드

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