Interface | Description |
---|---|
ClassFactory |
A class factory module to handle application classes
and generated classes.
|
GeneratedByteCode |
Generated classes must implement this interface.
|
GeneratedClass |
A meta-class that represents a generated class.
|
GeneratedMethod |
Handle for a method within a generated class.
|
InstanceGetter | |
JarReader |
Abstract out the loading of JarFiles.
|
Class | Description |
---|---|
ClassFactoryContext |
Context that provides the correct ClassFactory for the
current service.
|
ClassInfo | |
ClassInspector |
Methods to find out relationships between classes and methods within a class.
|