Package org.antlr.v4.codegen.model
Class ThrowNoViableAlt
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.ThrowNoViableAlt
-
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
ConstructorsConstructorDescriptionThrowNoViableAlt
(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IntervalSet expecting) -
Method Summary
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock
-
Constructor Details
-
ThrowNoViableAlt
public ThrowNoViableAlt(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IntervalSet expecting)
-