Package polyglot.types.reflect

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 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.
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.