Class Summary |
Attribute |
Attribute is an abstract class for an attribute defined for a method,
field, or class. |
ClassFile |
ClassFile basically represents a Java classfile as it is found on
disk. |
ClassFileLoader |
We implement our own class loader. |
ClassPathLoader |
We implement our own class loader. |
Constant |
A Constant is used to represent an item in the constant pool of a class. |
Exceptions |
Exceptions describes the types of exceptions that a method may throw. |
Field |
Field models a field (member variable) in a class. |
InnerClasses |
Exceptions describes the types of exceptions that a method may throw. |
Method |
Method represents a method in a Java classfile. |