Package com.javacc.core
Class CompositeStateSet
- java.lang.Object
-
- com.javacc.core.NfaState
-
- com.javacc.core.CompositeStateSet
-
public class CompositeStateSet extends NfaState
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetMethodName()List<NfaState>getOrderedStates()We return the NFA states in this composite in order (decreasing) of the ordinal of the nextStatebooleanisComposite()booleanisMoveCodeNeeded()-
Methods inherited from class com.javacc.core.NfaState
getAsciiMoveRanges, getCanonicalState, getEpsilonMoves, getHasAsciiMoves, getHasNonAsciiMoves, getIndex, getLexicalState, getMoveRanges, getMovesArrayName, getNextState, getNextStateIndex, getNextStateType, getNonAsciiMoveRanges, getOrdinal, getType, overlaps
-
-
-
-
Method Detail
-
isComposite
public boolean isComposite()
- Overrides:
isCompositein classNfaState
-
isMoveCodeNeeded
public boolean isMoveCodeNeeded()
-
getMethodName
public String getMethodName()
- Overrides:
getMethodNamein classNfaState
-
-