C# Class Antlr4.Codegen.Model.ThrowEarlyExitException

Inheritance: ThrowRecognitionException
Show file Open project: sharwell/antlr4cs

Public Methods

Method Description
ThrowEarlyExitException ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet expecting ) : Antlr4.Tool.Ast

Method Details

ThrowEarlyExitException() public method

public ThrowEarlyExitException ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet expecting ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
return Antlr4.Tool.Ast