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

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

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