Return the OperatorTokenMatcher. Note this matcher is only added if addOperatorTokenMatcher() is called.

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

Syntax

C#
public ITokenMatcher GetOperatorTokenMatcher()
Visual Basic (Declaration)
Public Function GetOperatorTokenMatcher As ITokenMatcher
Visual C++
public:
ITokenMatcher^ GetOperatorTokenMatcher()

Return Value

the OperatorTokenMatcher.

See Also