Build a variable node checking for the undeclared status.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public ASTVarNode BuildVariableNodeCheckUndeclared(
	string name
)
Visual Basic (Declaration)
Public Function BuildVariableNodeCheckUndeclared ( _
	name As String _
) As ASTVarNode
Visual C++
public:
ASTVarNode^ BuildVariableNodeCheckUndeclared(
	String^ name
)

Parameters

name
Type: System..::.String
name of the variable

Return Value

a new node

Exceptions

ExceptionCondition
SingularSys.Jep..::.ParseExceptionif undeclared variables are not allowed and the variable does not exist

See Also