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
public class ThrowRecognitionException extends SrcOp
-
-
Field Summary
Fields Modifier and Type Field Description int
decision
int
grammarCharPosInLine
java.lang.String
grammarFile
int
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
Constructors Constructor Description ThrowRecognitionException(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting)
-
Method Summary
-
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock
-
-
-
-
Constructor Detail
-
ThrowRecognitionException
public ThrowRecognitionException(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting)
-
-