Factory creating a TerminalTokenMatcher which matches a semi-colon.

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

Syntax

C#
public static TerminatorTokenMatcher SemiColonTerminatorMatcher()
Visual Basic (Declaration)
Public Shared Function SemiColonTerminatorMatcher As TerminatorTokenMatcher
Visual C++
public:
static TerminatorTokenMatcher^ SemiColonTerminatorMatcher()

Return Value

the TokenMatcher.

See Also