|
Class Summary |
| Attribute |
Attribute is an abstract class for an attribute defined for a method,
field, or class. |
| ClassFile |
ClassFile represents a Java classfile as it is found on
disk. |
| ClassFileLazyClassInitializer |
ClassFile basically represents a Java classfile as it is found on disk. |
| ClassFileLoader |
Polyglot has its own class loader just so
the classpath can be specified on the command line. |
| ClassPathLoader |
Polyglot has its own class loader just so
the classpath can be specified on the command line. |
| Constant |
A Constant is used to represent an item in the constant pool of a class. |
| ConstantValue |
The ConstantValue attribute stores an index into the constant pool
that represents constant value. |
| Exceptions |
Exceptions describes the types of exceptions that a method may throw. |
| Field |
Field models a field (member variable) in a class. |
| JLCInfo |
|
| Method |
Method represents a method in a Java classfile. |