Package | Description |
---|---|
javassist.tools.reflect |
Runtime Behavioral Reflection.
|
Class and Description |
---|
CannotCreateException
Signals that
ClassMetaobject.newInstance() fails. |
CannotReflectException
Thrown by
makeReflective() in Reflection
when there is an attempt to reflect
a class that is either an interface or a subclass of
either ClassMetaobject or Metaobject. |
ClassMetaobject
A runtime class metaobject.
|
CompiledClass |
Metalevel
An interface to access a metaobject and a class metaobject.
|
Metaobject
A runtime metaobject.
|
Reflection
The class implementing the behavioral reflection mechanism.
|