| Package | Description |
|---|---|
| javassist.tools.reflect |
Runtime Behavioral Reflection.
|
| Class | 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.
|
| Metalevel |
An interface to access a metaobject and a class metaobject.
|
| Metaobject |
A runtime metaobject.
|
| Reflection |
The class implementing the behavioral reflection mechanism.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.