Antlr4.Analysis.LeftRecursiveRuleTransformer.LeftRecursiveRuleTransformer C# (CSharp) Method

LeftRecursiveRuleTransformer() public method

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