Antlr4.Tool.GrammarTransformPipeline.GrammarTransformPipeline C# (CSharp) Method

GrammarTransformPipeline() public method

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