Package gnu.jel.reflect

Interface Summary
Member Represents a member of a class, which is field or method.
 

Class Summary
Field Represents a field of already compiled class.
LocalField Represents a field local to the class being compiled.
LocalMethod Represents a method local to the class being compiled.
Method Represents a method of already compiled class.