aicas logo Jamaica 3.2 release 6

Package java.lang.reflect

Runtime inspection and manipulation of object classes, methods, arguments and fields.

See:
          Description

Interface Summary
AnnotatedElement AnnotatedElement NYI: COMMENT: JDK 1.5 class description
GenericArrayType GenericArrayType NYI: COMMENT: JDK 1.5 class description
GenericDeclaration GenericDeclaration NYI: COMMENT: JDK 1.5 class description
InvocationHandler InvocationHandler is an interface that provides an invoke method to be used with a Proxy.
Member Member is the common interface for features that may be declared within a class: methods, fields and constructors.
ParameterizedType ParameterizedType NYI: COMMENT: JDK 1.5 class description
Type Type NYI: COMMENT: JDK 1.5 class description
TypeVariable<D extends GenericDeclaration> TypeVariable NYI: COMMENT: JDK 1.5 class description
WildcardType WildcartType NYI: COMMENT: JDK 1.5 class description
 

Class Summary
AccessibleObject AccessibleObject provides an super class for features Field, Method and Constructor that are accessible via reflection.
Array Array provides methods to create instances of array and to access the elements of arrays of different types.
Constructor<T> Constructor enables reflection access to Java constructors.
Field Field enables reflection access to Java fields.
Method Method enables reflection access to Java methods.
Modifier Modifiers defines access flags that modify classes or their members.
Proxy This class allows you to dynamically create an instance of any (or even multiple) interfaces by reflection, and decide at runtime how that instance will behave by giving it an appropriate InvocationHandler.
ReflectPermission ReflectPermission is a named permission.
 

Exception Summary
InvocationTargetException An object of this exception signals that there was an exception that was not handled in a call of Method.invoke or Constructor.newInstance.
MalformedParameterizedTypeException  
UndeclaredThrowableException This class acts a wrapper if a call to invoke() throws a checked exception that was not declared by the method definition.
 

Error Summary
GenericSignatureFormatError GenericSignatureFormatError NYI: COMMENT: JDK 1.5 class description
 

Package java.lang.reflect Description

Runtime inspection and manipulation of object classes, methods, arguments and fields.


aicas logo Jamaica 3.2 release 6

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.