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

OptionalBlock() 공개 메소드

public OptionalBlock ( OutputModelFactory factory, GrammarAST questionAST, IList alts ) : System.Collections.Generic
factory OutputModelFactory
questionAST Antlr4.Tool.Ast.GrammarAST
alts IList
리턴 System.Collections.Generic
        public OptionalBlock(OutputModelFactory factory,
                             GrammarAST questionAST,
                             IList<CodeBlockForAlt> alts)
            : base(factory, questionAST, alts)
        {
        }
    }
OptionalBlock