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

Choice() public method

public Choice ( OutputModelFactory factory, GrammarAST blkOrEbnfRootAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
blkOrEbnfRootAST Antlr4.Tool.Ast.GrammarAST
alts IList
return System.Collections.Generic
        public Choice(OutputModelFactory factory,
                      GrammarAST blkOrEbnfRootAST,
                      IList<CodeBlockForAlt> alts)
            : base(factory, blkOrEbnfRootAST)
        {
            this.alts = alts;
        }