Antlr4.Codegen.Model.Decl.RuleContextListDecl.RuleContextListDecl C# (CSharp) Méthode

RuleContextListDecl() public méthode

public RuleContextListDecl ( OutputModelFactory factory, string name, string ctxName )
factory OutputModelFactory
name string
ctxName string
        public RuleContextListDecl(OutputModelFactory factory, string name, string ctxName)
            : base(factory, name, ctxName)
        {
            isImplicit = false;
        }
    }
RuleContextListDecl