| Interface | Description |
|---|---|
| ClassChecker |
interface hiding how we check the names of a class's super, outer class and implemented interfaces.
|
| Class | Description |
|---|---|
| BytecodeChecker |
a private class which can be used to derive the super and interfaces of a class from its defining bytecode
|
| ClassStructureAdapter |
a simple and quick adapter used to scan a class's bytecode definition for the name of its superclass,
its enclosing class and the interfaces it implements directly
|
| LoadCache |
A cache used to allow the association between a class name and the corresponding class in the context
of any given class loader to be cached.
|
| LoadedClassChecker |
Copyright © 2013. All Rights Reserved.