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

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

public ContextRuleListGetterDecl ( OutputModelFactory factory, string name, string ctxName )
factory OutputModelFactory
name string
ctxName string
        public ContextRuleListGetterDecl(OutputModelFactory factory, string name, string ctxName)
            : base(factory, name)
        {
            this.ctxName = ctxName;
        }
    }
ContextRuleListGetterDecl