org.antlr.runtime
Class EarlyExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.antlr.runtime.EarlyExitException
- All Implemented Interfaces:
- Serializable
public class EarlyExitException
- extends RecognitionException
The recognizer did not match anything for a (..)+ loop.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
decisionNumber
public int decisionNumber
EarlyExitException
public EarlyExitException()
- Used for remote debugger deserialization
EarlyExitException
public EarlyExitException(int decisionNumber,
IntStream input)
Copyright © 2011. All Rights Reserved.