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

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

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