Initializes the map and tokens member from the list of operators in the operator table.

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

Syntax

C#
public void Init(
	OperatorTable ot
)
Visual Basic (Declaration)
Public Sub Init ( _
	ot As OperatorTable _
)
Visual C++
public:
void Init(
	OperatorTable^ ot
)

Parameters

ot
Type: SingularSys.Jep..::.OperatorTable
the operator table to initialize with.

See Also