Antlr4.Codegen.Model.ThrowEarlyExitException.ThrowEarlyExitException C# (CSharp) Method

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
        public ThrowEarlyExitException(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting)
            : base(factory, ast, expecting)
        {
        }
    }
ThrowEarlyExitException