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

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

public ContextRuleListIndexedGetterDecl ( OutputModelFactory factory, string name, string ctxName )
factory OutputModelFactory
name string
ctxName string
        public ContextRuleListIndexedGetterDecl(OutputModelFactory factory, string name, string ctxName)
            : base(factory, name, ctxName)
        {
        }
ContextRuleListIndexedGetterDecl