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

GrammarTransformPipeline() public méthode

public GrammarTransformPipeline ( Grammar g, AntlrTool tool ) : System.Collections.Generic
g Grammar
tool AntlrTool
Résultat System.Collections.Generic
        public GrammarTransformPipeline(Grammar g, AntlrTool tool)
        {
            this.g = g;
            this.tool = tool;
        }