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:
java.io.Serializable
public class ResyncToEndOfRuleBlock extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResyncToEndOfRuleBlock()
-