StarLoopEntryState

TODO add class description

Members

Functions

getStateType
int getStateType()

@uml @override

Variables

isPrecedenceDecision
bool isPrecedenceDecision;
Undocumented in source.
loopBackState
StarLoopbackState loopBackState;

@uml Indicates whether this state can benefit from a precedence DFA during SLL decision making.

Inherited Members

From DecisionState

decision
int decision;
Undocumented in source.
nonGreedy
bool nonGreedy;
Undocumented in source.

Meta