class-reference type的意思|示意
类引用类型
class-reference type的网络常见释义
也叫类引用类型 元类(meta class),也叫类引用类型(class-reference type),能看成是一种类的类型,以该类型声明的变量的值代表一个类。比如:
而类引用类型 ...的类名前要加字母“T”,如果是接口类那么类名前要加“I”,错误异常类的类名前要加“E”,而类引用类型(Class-reference type)则要在类名后加“Class”,抽象类一般是在类名前还要加“Custom”。例如:
class-reference type相关例句
This means that if a variable is declared to be the type of an interface, its value can reference any object that is instantiated from any class that implements the interface.
这意味着,如果一个变量被声明为接口类型,其值可参考,即实例化任何实现接口的类的任何对象。
If you try to print or view a class file as text, you'll generally see many strings of this type, each a reference to some class.
如果您尝试将一个类文件作为文本输出或查看,那么通常会看到上述形式的多个字符串,每个字符串都是对某个类的引用。
The class type and string type are reference types.
类类型和字符串类型属于引用类型。
The JMS message type formats are defined in the com.ibm.websphere.sib.SIApiConstants class for your reference.
JMS 消息类型格式定义在用于引用的 com.ibm.websphere.sib.SIApiConstants 类中。
However, when it occurs within the declaration portion of a managed reference class type, it is treated as a keyword within the context of that class declaration.
但是,当它出现在托管引用类类型的声明部分中时,将其视为该类声明的上下文中的关键字。
A struct is a value type, while a class is a reference type.
结构是值类型,而类是引用类型。