creates a new ASTVarNode with the same name as argument. 
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public ASTVarNode BuildVariableNode( ASTVarNode node )  | 
| Visual Basic (Declaration) | 
|---|
Public Function BuildVariableNode ( _ node As ASTVarNode _ ) As ASTVarNode  | 
| Visual C++ | 
|---|
public: ASTVarNode^ BuildVariableNode( ASTVarNode^ node )  | 
Parameters
- node
 - Type: SingularSys.Jep.Parser..::.ASTVarNode
 
Return Value
Exceptions
| Exception | Condition | 
|---|---|
| SingularSys.Jep..::.ParseException |