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

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

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