Package org.antlr.v4.codegen.model
Class ThrowEarlyExitException
java.lang.Object
org.antlr.v4.codegen.model.OutputModelObject
org.antlr.v4.codegen.model.SrcOp
org.antlr.v4.codegen.model.ThrowRecognitionException
org.antlr.v4.codegen.model.ThrowEarlyExitException
-
Field Summary
Fields inherited from class org.antlr.v4.codegen.model.ThrowRecognitionException
decision, grammarCharPosInLine, grammarFile, grammarLine
Fields inherited from class org.antlr.v4.codegen.model.SrcOp
enclosingBlock, enclosingRuleRunction, uniqueID
Fields inherited from class org.antlr.v4.codegen.model.OutputModelObject
ast, factory
-
Constructor Summary
ConstructorsConstructorDescriptionThrowEarlyExitException
(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting) -
Method Summary
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock
-
Constructor Details
-
ThrowEarlyExitException
-