Antlr4.Codegen.Model.ThrowRecognitionException.ThrowRecognitionException C# (CSharp) Метод

ThrowRecognitionException() публичный Метод

public ThrowRecognitionException ( OutputModelFactory factory, GrammarAST ast, Antlr4.Runtime.Misc.IntervalSet expecting ) : Antlr4.Tool.Ast
factory OutputModelFactory
ast Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
Результат Antlr4.Tool.Ast
        public ThrowRecognitionException(OutputModelFactory factory, GrammarAST ast, IntervalSet expecting)
            : base(factory, ast)
        {
            //this.decision = ((BlockStartState)ast.ATNState).decision;
            grammarLine = ast.Line;
            grammarLine = ast.CharPositionInLine;
            grammarFile = factory.GetGrammar().fileName;
            //this.expecting = factory.createExpectingBitSet(ast, decision, expecting, "error");
            //		factory.defineBitSet(this.expecting);
        }
    }
ThrowRecognitionException