软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedClassVersionError
当java虚拟机试图读取一个class文件,主要和次要的不支持文件的版本号。
|
Modifier and Type | Method and Description |
---|---|
protected 类<?> |
ClassLoader.defineClass(byte[] b, int off, int len)
过时的。
|
protected 类<?> |
ClassLoader.defineClass(String name, byte[] b, int off, int len)
将字节数组转换为类的一个实例
类。
|
protected 类<?> |
ClassLoader.defineClass(String name, byte[] b, int off, int len, ProtectionDomain protectionDomain)
将字节数组转换为
类类实例,一个可选的
ProtectionDomain。
|
protected 类<?> |
ClassLoader.defineClass(String name, ByteBuffer b, ProtectionDomain protectionDomain)
将
ByteBuffer 到
类类实例,一个可选的
ProtectionDomain。
|
Modifier and Type | Class and Description |
---|---|
class |
GenericSignatureFormatError
当一个语法错误签名属性是由反射的方法,需要一种通用的签名信息的解释时,方法或构造函数。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.