Antlr4.Codegen.CodeGenPipeline.CodeGenPipeline C# (CSharp) Méthode

CodeGenPipeline() public méthode

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