Gets the root SymbolToken for this string. Unlike the match method which returns a clone of the token, this returns the base symbol.

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

Syntax

C#
public SymbolToken GetSymbolToken(
	string s
)
Visual Basic (Declaration)
Public Function GetSymbolToken ( _
	s As String _
) As SymbolToken
Visual C++
public:
SymbolToken^ GetSymbolToken(
	String^ s
)

Parameters

s
Type: System..::.String
a string to be matched exactly

Return Value

the symbol token or null is no such symbol

See Also