Antlr4.Parse.ToolANTLRLexer.ToolANTLRLexer C# (CSharp) 메소드

ToolANTLRLexer() 공개 메소드

public ToolANTLRLexer ( Antlr.Runtime.ICharStream input, AntlrTool tool ) : Antlr4.Tool
input Antlr.Runtime.ICharStream
tool AntlrTool
리턴 Antlr4.Tool
        public ToolANTLRLexer(ICharStream input, AntlrTool tool)
            : base(input)
        {
            this.tool = tool;
        }