Matches the end of the token.

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

Syntax

C#
public Token Match(
	string line
)
Visual Basic (Declaration)
Public Function Match ( _
	line As String _
) As Token
Visual C++
public:
virtual Token^ Match(
	String^ line
) sealed

Parameters

line
Type: System..::.String
the next line of input

Return Value

token representing part of the current line matched, or null if the end of the token is not found.

Implements

ITokenMatcher..::.Match(String)

Exceptions

See Also