Overload List
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              BuildFunctionNode(ASTFunNode, array<INode>[]()[]) | 
                 
            Builds a function with n arguments and same fun as specified in arguments.
             
               | 
            
| 
                 | 
              BuildFunctionNode(String, IPostfixMathCommand, array<INode>[]()[]) | 
                 
            Builds a function with n arguments
            This method should be sub-classed
             
               |