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

LeftFactoringRuleTransformer() public method

public LeftFactoringRuleTransformer ( [ ast, Rule>.[ rules, [ g ) : System.Collections.Generic
ast [
rules Rule>.[
g [
return System.Collections.Generic
        public LeftFactoringRuleTransformer([NotNull] GrammarRootAST ast, [NotNull] IDictionary<string, Rule> rules, [NotNull] Grammar g)
        {
            this._ast = ast;
            this._rules = rules;
            this._g = g;
            this._tool = g.tool;
        }