Antlr4.Codegen.Model.Decl.ContextRuleListIndexedGetterDecl.ContextRuleListIndexedGetterDecl C# (CSharp) Method

ContextRuleListIndexedGetterDecl() public method

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