org.antlr.analysis
Class NonLLStarDecisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.antlr.analysis.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
abortedDFA
public DFA abortedDFA
NonLLStarDecisionException
public NonLLStarDecisionException(DFA abortedDFA)
Copyright © 2011. All Rights Reserved.