Antlr4.Codegen.Model.LL1Choice.LL1Choice C# (CSharp) Method

LL1Choice() public method

public LL1Choice ( OutputModelFactory factory, GrammarAST blkAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkAST Antlr4.Tool.Ast.GrammarAST
alts IList
return System.Collections.Generic
        public LL1Choice(OutputModelFactory factory, GrammarAST blkAST,
                         IList<CodeBlockForAlt> alts)
            : base(factory, blkAST, alts)
        {
        }
    }
LL1Choice