Antlr4.Analysis.LeftRecursiveRuleTransformer.LeftRecursiveRuleTransformer C# (CSharp) 메소드

LeftRecursiveRuleTransformer() 공개 메소드

public LeftRecursiveRuleTransformer ( GrammarRootAST ast, ICollection rules, Grammar g ) : Antlr4.Misc
ast Antlr4.Tool.Ast.GrammarRootAST
rules ICollection
g Antlr4.Tool.Grammar
리턴 Antlr4.Misc
        public LeftRecursiveRuleTransformer(GrammarRootAST ast, ICollection<Rule> rules, Grammar g)
        {
            this.ast = ast;
            this.rules = rules;
            this.g = g;
            this.tool = g.tool;
        }