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

LL1Loop() 공개 메소드

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