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

RuleContextDecl() public method

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