Return the name associated with the node (if any).

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

Syntax

C#
string GetName()
Visual Basic (Declaration)
Function GetName As String
Visual C++
String^ GetName()

Return Value

the name if an ASTVarNode, ASTFunNode, ASTOpNode, null otherwise

See Also