Overload List
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              BuildVariableNode(ASTVarNode) | 
                 
            creates a new ASTVarNode with the same name as argument. 
             
               | 
            
| 
                 | 
              BuildVariableNode(Variable) | 
                 
            creates a new ASTVarNode with a given variable. 
            This method should be sub-classed
             
               | 
            
| 
                 | 
              BuildVariableNode(String) | 
                 
            Build a variable node when just the name is known.
             
               |