Antlr4.Tool.GrammarTransformPipeline.GrammarTransformPipeline C# (CSharp) 메소드

GrammarTransformPipeline() 공개 메소드

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