Antlr4.Codegen.Model.LeftUnfactoredRuleFunction.LeftUnfactoredRuleFunction C# (CSharp) Метод

LeftUnfactoredRuleFunction() публичный Метод

public LeftUnfactoredRuleFunction ( OutputModelFactory factory, Rule r ) : Antlr4.Tool
factory OutputModelFactory
r Antlr4.Tool.Rule
Результат Antlr4.Tool
        public LeftUnfactoredRuleFunction(OutputModelFactory factory, Rule r)
            : base(factory, r)
        {
        }
    }
LeftUnfactoredRuleFunction