Antlr4.Codegen.Model.Decl.ContextGetterDecl.ContextGetterDecl C# (CSharp) 메소드

ContextGetterDecl() 보호된 메소드

protected ContextGetterDecl ( OutputModelFactory factory, string name ) : Antlr4.Runtime.Misc
factory OutputModelFactory
name string
리턴 Antlr4.Runtime.Misc
        protected ContextGetterDecl(OutputModelFactory factory, string name)
            : base(factory, name)
        {
        }