Package org.antlr.v4.codegen.model
Class ThrowRecognitionException
java.lang.Object
org.antlr.v4.codegen.model.OutputModelObject
org.antlr.v4.codegen.model.SrcOp
org.antlr.v4.codegen.model.ThrowRecognitionException
- Direct Known Subclasses:
ThrowEarlyExitException,ThrowNoViableAlt
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintFields inherited from class org.antlr.v4.codegen.model.SrcOp
enclosingBlock, enclosingRuleRunction, uniqueIDFields inherited from class org.antlr.v4.codegen.model.OutputModelObject
ast, factory -
Constructor Summary
ConstructorsConstructorDescriptionThrowRecognitionException(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting) -
Method Summary
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock
-
Field Details
-
decision
public int decision -
grammarFile
-
grammarLine
public int grammarLine -
grammarCharPosInLine
public int grammarCharPosInLine
-
-
Constructor Details
-
ThrowRecognitionException
-