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

CodeGenPipeline() public method

public CodeGenPipeline ( Grammar g ) : System.Collections.Generic
g Antlr4.Tool.Grammar
return System.Collections.Generic
        public CodeGenPipeline(Grammar g)
        {
            this.g = g;
        }