Antlr4.Codegen.OutputModelWalker.OutputModelWalker C# (CSharp) Method

OutputModelWalker() public method

public OutputModelWalker ( AntlrTool tool, TemplateGroup templates ) : System.Collections.Generic
tool AntlrTool
templates Antlr4.StringTemplate.TemplateGroup
return System.Collections.Generic
        public OutputModelWalker(AntlrTool tool, TemplateGroup templates)
        {
            this.tool = tool;
            this.templates = templates;
        }