Class Summary |
AccessibleObject |
The AccessibleObject class is the base class for Field, Method and
Constructor objects. |
Array |
The Array class provides static methods to dynamically create and
access Java arrays. |
Constructor |
Constructor provides information about, and access to, a single
constructor for a class. |
Field |
A Field provides information about, and dynamic access to, a
single field of a class or an interface. |
Method |
A Method provides information about, and access to, a single method
on a class or interface. |
Modifier |
The Modifier class provides static methods and constants to decode
class and member access modifiers. |
Proxy |
Proxy provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods. |
ReflectPermission |
The Permission class for reflective operations. |
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.