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

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

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