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

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

public LL1Loop ( OutputModelFactory factory, GrammarAST blkAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkAST Antlr4.Tool.Ast.GrammarAST
alts IList
Результат System.Collections.Generic
        public LL1Loop(OutputModelFactory factory,
                       GrammarAST blkAST,
                       IList<CodeBlockForAlt> alts)
            : base(factory, blkAST, alts)
        {
        }