Parse sub expressions. This methods is used by IGrammarMatcher to parse sub expressions, for instance to parse function arguments.

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

Syntax

C#
INode ParseSubExpression()
Visual Basic (Declaration)
Function ParseSubExpression As INode
Visual C++
INode^ ParseSubExpression()

Return Value

the root node of the matched sub expression.

Exceptions

See Also