An NDoc Documented Class Library

DfaState Constructor 

Creates a new instance of the DfaState class.

public DfaState(
   int index,
   Symbol acceptSymbol,
   ObjectMap transitionVector
);

Parameters

index
Index in the DFA state table.
acceptSymbol
Symbol to accept.
transitionVector
Transition vector.

See Also

DfaState Class | GoldParser Namespace