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

ThrowNoViableAlt() public method

public ThrowNoViableAlt ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, Antlr4.Runtime.Misc.IntervalSet expecting ) : Antlr4.Tool.Ast
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
expecting Antlr4.Runtime.Misc.IntervalSet
return Antlr4.Tool.Ast
        public ThrowNoViableAlt(OutputModelFactory factory, GrammarAST blkOrEbnfRootAST,
                                IntervalSet expecting)
            : base(factory, blkOrEbnfRootAST, expecting)
        {
        }
    }
ThrowNoViableAlt