Class NonLLStarDecisionException

All Implemented Interfaces:
Serializable

public class NonLLStarDecisionException extends RuntimeException
Used to abort DFA construction when we find non-LL(*) decision; i.e., a decision that has recursion in more than a single alt.
See Also:
  • Field Details

    • abortedDFA

      public DFA abortedDFA
  • Constructor Details

    • NonLLStarDecisionException

      public NonLLStarDecisionException(DFA abortedDFA)