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

RuleContextListDecl() public method

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