Package com.javacc.core
Class CompositeStateSet
java.lang.Object
com.javacc.core.NfaState
com.javacc.core.CompositeStateSet
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWe return the NFA states in this composite in order (decreasing) of the ordinal of the nextStatebooleanbooleanMethods inherited from class com.javacc.core.NfaState
getAsciiMoveRanges, getCanonicalState, getEpsilonMoves, getHasAsciiMoves, getHasNonAsciiMoves, getIndex, getLexicalState, getMoveRanges, getMovesArrayName, getNextState, getNextStateIndex, getNextStateType, getNonAsciiMoveRanges, getOrdinal, getType, overlaps
-
Method Details
-
isComposite
public boolean isComposite()- Overrides:
isCompositein classNfaState
-
isMoveCodeNeeded
public boolean isMoveCodeNeeded() -
getMethodName
- Overrides:
getMethodNamein classNfaState
-
equals
-
getOrderedStates
We return the NFA states in this composite in order (decreasing) of the ordinal of the nextState- Returns:
- sorted list of states
-