Antlr4.Parse.ToolANTLRParser.ToolANTLRParser C# (CSharp) Method

ToolANTLRParser() public method

public ToolANTLRParser ( Antlr.Runtime.ITokenStream input, AntlrTool tool ) : Antlr4.Tool
input Antlr.Runtime.ITokenStream
tool AntlrTool
return Antlr4.Tool
        public ToolANTLRParser(ITokenStream input, AntlrTool tool)
            : base(input)
        {
            this.tool = tool;
        }