Package org.antlr.v4.parse
Class ResyncToEndOfRuleBlock
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.antlr.v4.parse.ResyncToEndOfRuleBlock
- All Implemented Interfaces:
Serializable
Used to throw us out of deeply nested element back to end of a rule's
alt list. Note it's not under RecognitionException.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResyncToEndOfRuleBlock
public ResyncToEndOfRuleBlock()
-