Matches a fixed set of symbols, each represented by a SymbolToken. Each SymbolToken behaves like an singleton, only one instance is created and this is returned by the match method.

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

Syntax

C#
public class SymbolTokenMatcher : ITokenMatcher
Visual Basic (Declaration)
Public Class SymbolTokenMatcher _
	Implements ITokenMatcher
Visual C++
public ref class SymbolTokenMatcher : ITokenMatcher

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.ConfigurableParser.Matchers..::.SymbolTokenMatcher

See Also