Reference Type Variable的意思|示意

美 / / 英 / /

引用类型变量


Reference Type Variable的网络常见释义

类型变量 引用类型变量(reference type variable)如同其名字的含义:它包含对象引用而不是它们声明的类型实例;引用类型只是包含它所引用的对象地址。

Reference Type Variable相关例句

The rule project can reference the CEIEventBOM module and define a variable with type ilog.connector.ibm.runtime.EventContainer to emit CEI events to Process Server.

规则项目可以引用 CEIEventBOM 模块并定义一个 ilog.connector.ibm.runtime.EventContainer 类型的变量,从而把 CEI 事件发送给 Process Server。

Or a reference type variable might not hold a reference to any object, in which case it is said to be a null reference or a reference to Nothing.

或者,引用类型变量可能不存放对任何对象的引用,这种情况称为空引用。

GCC permits the identification of a type through the reference to a variable.

GCC允许通过变量的引用识别类型。

This paper tentatively analyzes the realization mechanism of a reference type variable in C, and compares reference and pointer so as to deepen the comprehension of reference.

为准确理解C语言引用的本质,对C语言引用型变理的实现机制进行了初步探讨。

At run time, which version of the method will be invoked is based on the type of actual object stored in that reference variable and not on the type of the reference variable.

在运行时,该版本的方法将被调用是基于存储在引用变量并没有对参考变量的类型对象的实际类型。

How to reference a variable without knowing the specific type?

如何引用变量而不知道具体的类型?