creates a new ASTVarNode with the same name as argument.

Namespace:  SingularSys.Jep
Assembly:  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
)

Return Value

Exceptions

See Also