Class CompositeStateSet


  • public class CompositeStateSet
    extends NfaState
    • Method Detail

      • isMoveCodeNeeded

        public boolean isMoveCodeNeeded()
      • getOrderedStates

        public List<NfaState> getOrderedStates()
        We return the NFA states in this composite in order (decreasing) of the ordinal of the nextState
        Returns:
        sorted list of states