Antlr4.Tool.BuildDependencyGenerator.BuildDependencyGenerator C# (CSharp) Méthode

BuildDependencyGenerator() public méthode

public BuildDependencyGenerator ( AntlrTool tool, Grammar g ) : System.Collections.Generic
tool AntlrTool
g Grammar
Résultat System.Collections.Generic
        public BuildDependencyGenerator(AntlrTool tool, Grammar g)
        {
            this.tool = tool;
            this.g = g;
            string language = g.GetOptionString("language");
            generator = new CodeGenerator(tool, g, language);
        }