您要查找的是不是:
- A erts that two objects refer to the same object. 测试a和b是否都引用同一个对象。
- Compares an object reference variable to a data type. 比较对象引用变量与数据类型。
- An object reference (or pointer) is pushed onto the stack. 将对象引用(或指针)推送到堆栈上。
- An object reference to a string is pushed onto the stack. 将对字符串的对象引用推送到堆栈上。
- The destination object reference is pushed onto the stack. 将目标对象引用推送到堆栈上。
- Converts a value type to an object reference (type O). 将值类转换为对象引用(O类型)。
- The source object reference is pushed onto the stack. 将源对象引用推送到堆栈上。
- Is thrown if the object reference is a null reference. 如果对象引用是空引用,则引发。
- Operators are object reference comparison operators. 运算符是对象引用比较运算符。
- Object reference not set to an instance of an object. 是提示对象为设置到引用,就是对象错误。
- The object reference is popped from the stack and the exception thrown. 从堆栈中弹出对象引用并引发异常。
- Procedure sets a property to a value, including an object reference. 过程将属性设置为某个值,包括对象引用。
- Gets the type of service that this object references. 获取此对象引用的服务类型。
- The castclass instruction attempts to cast the object reference (type O) atop the stack to a specified class. castclass指令尝试将堆栈顶部的对象引用(O类型)转换为指定的类。
- It is correct that you never pass an object in a Java application, only an object reference. 下面的说法是正确的:在Java应用程序中永远不会传递对象,而只传递对象引用。
- Object reference may throw an exception, the compiler may complain that the field might not be initialized. 对象引用的构造器可能抛出异常,编译器可能会报错,说该字段没有被初始化。
- The object reference (or pointer) is popped from the stack; the address of the specified field in the object is found. 从堆栈中弹出对象引用(或指针);找到对象中指定字段的地址。
- The object reference is popped from the stack and unboxed to a value type pointer. 从堆栈中弹出对象引用并取消装箱为值类型指针。
- The object reference is popped from the stack and unboxed to the type specified in the instruction. 从堆栈中弹出对象引用,取消装箱到指令中指定的类型。
- The object referenced by the application no longer points to a valid object. 应用程序所提供的对象引用不再指向有效的对象。