这是要序列化的对象的运行时类型。
JavaType: This is the run-time type of the object that is to be serialized.
返回由元数据标记标识的类型的运行时类型句柄。
Returns a runtime type handle for a type identified by a metadata token.
返回由指定元数据标记标识的类型的运行时类型句柄。
Returns a runtime type handle for the type identified by the specified metadata token.
否则使用指定数组的运行时类型和当前集合的大小创建一个新数组。
Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.
对于包含此类元素的消息定义,此原语支持在工具内指定具体的运行时类型或元素。
For message definitions that contain such elements, this primitive enables the concrete runtime types or elements to be specified within the tooling.
如果指定数组的运行时类型不是集合中每个元素运行时类型的父一级类型时抛出。
ArrayStoreException - the runtime type of the specified array is not a supertype of the runtime type of every element in this collection.
如果指定数组的运行时类型不是集合中每个元素运行时类型的父一级类型时抛出。
ArrayStoreException - if the runtime type of the specified array is not a supertype of the runtime type of every element in this collection.
返回包含集合所有元素的数组,返回数组的运行时类型由指定数组的运行时类型决定。
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
被包含的Pane的运行时类型通常会是类Pane的子类型,但是静态类型就只是Pane。
The runtime type of the contained Pane will often be a subtype of class Pane, but the static type is simply Pane.
这三个特性都对代码的大小有负面的影响,而且异常事件和运行时类型识别还会增加执行时间。
All three of these negatively impact code size, and exceptions and runtime type identification also increase execution time.
它包括了很多东西,比如运行时类型检测,封装类,包,命名空间,以及一个全新改版的事件模型。
It includes things like runtime typing, sealed classes, packages, namespaces, and an overhauled event model.
返回由指定元数据标记标识的类型的运行时类型句柄,指定标记所在范围内的类型和方法的泛型类型参数。
Returns a runtime method handle for the method or constructor identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.
术语反映,另一方面,是一个通用术语跨编程语言使用引用程序的能力检查和修改它的对象在运行时类型等。
The term reflection, on the other hand, is a generic term used across programming languages to refer to the ability of a program to inspect and modify its objects, types, etc. at runtime.
如果源代码没有使用dynamic_cast或者typeid操作符,那么就可以禁用运行时类型识别(RTTI)。
If the sources don't use dynamic_cast or the typeid operator, Run Time type Identification (RTTI) might be disabled.
通过运行时类型识别(RTTI),程序能够使用基类的指针或引用来检索这些指针或引用所指对象的实际派生类型。
Run-time Type Identification (RTTI) allows programs that use pointers or references to base classes to retrieve the actual derived types of the objects to which these pointers or references refer.
泛型相当有用,因为他们提供强制的编译时类型检查,要求更少的数据类型之间的显式转换,并减少装箱拆箱的操作和运行时类型检查。
Generics are useful because they provide stronger compile-time type checking, require fewer explicit conversions between data types, and reduce the need for boxing operations and run-time type checks.
fno-rtti -qnortti对于异常处理和typeid 和 dynamic_cast 操作符的使用,禁止生成运行时类型 –qrtti识别(RTTI)。
fno-rtti -qnortti Disables generation of runtime type -qrtti identification (RTTI) for exception handling and for use by typeid and dynamic_cast operators. On XL C/C++, the default is -qnortti.
在运行时检查类型或对象实例的元数据的能力是一个非常强大的功能。
The ability to examine the metadata of a type or object instance at run time is a powerful feature.
标识符上下文在运行时决定类型。
这个库包含在运行时创建类型所需的所有信息。
The library contains all information needed to create a type at runtime.
运行时缺乏类型信息,这给泛型容器类和希望创建保护性副本的泛型类提出了难题。
This lack of type information at runtime poses a problem for generic container classes and for generic classes that want to make defensive copies.
此外,由于采用了新的方式对字节码进行校验,我们还能确保编译的代码在运行时的类型安全。
Furthermore, due to a novel approach to bytecode verification, we're also able to ensure runtime type safety of the compiled code.
而动态类型语言通常基于一个对象的特征在运行时实施类型。
Dynamically typed languages enforce typing at run time, usually based on an object's characteristics.
这些警告的原因是将在运行时中执行类型转换。
The reason for these warnings is that a type conversion will be executed in runtime.
活动类型的运行时行为可以用一种通用编程语言实现。
The runtime behaviour of the activity types can be implemented in a general purpose programming language.
DB2在运行时使用阵列类型的最大基数来确保下标在在限制范围内。
The maximum cardinality of an array type is used by DB2 at runtime to ensure that subscripts are within bounds.
DB2在运行时使用阵列类型的最大基数来确保下标在在限制范围内。
The maximum cardinality of an array type is used by DB2 at runtime to ensure that subscripts are within bounds.
应用推荐