Antlr4.Codegen.Model.Choice.Choice C# (CSharp) 메소드

Choice() 공개 메소드

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