Antlr4.AntlrTool.UndefChecker.UndefChecker C# (CSharp) Method

UndefChecker() public method

public UndefChecker ( AntlrTool tool, Grammar g, RuleAST>.IDictionary ruleToAST ) : System.Collections.Generic
tool AntlrTool
g Antlr4.Tool.Grammar
ruleToAST RuleAST>.IDictionary
return System.Collections.Generic
            public UndefChecker(AntlrTool tool, Grammar g, IDictionary<string, RuleAST> ruleToAST)
            {
                this.tool = tool;
                this.g = g;
                this.ruleToAST = ruleToAST;
            }