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
|
CheckerCache |
A cache used to avoid repeatedly loading and determining the
structural details of classes during traversal of the super
and implemented interface chains.
|
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
|
Copyright © 2018. All rights reserved.