Class CompositeStateSet

java.lang.Object
com.javacc.core.NfaState
com.javacc.core.CompositeStateSet

public class CompositeStateSet extends NfaState
  • Method Details

    • isComposite

      public boolean isComposite()
      Overrides:
      isComposite in class NfaState
    • isMoveCodeNeeded

      public boolean isMoveCodeNeeded()
    • getMethodName

      public String getMethodName()
      Overrides:
      getMethodName in class NfaState
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • 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