Package gnu.jel.reflect

Interface Summary
Boolean Denotes the object as being automatically convertible to java boolean type.
Byte Denotes the object as being automatically convertible to java byte type.
Character Denotes the object as being automatically convertible to java char type.
Double Denotes the object as being automatically convertible to java double type.
Float Denotes the object as being automatically convertible to java float type.
Integer Denotes the object as being automatically convertible to java int type.
Long Denotes the object as being automatically convertible to java long type.
Member Represents a member of a class, which is field or method.
Short Denotes the object as being automatically convertible to java short type.
String Denotes the object as being automatically convertible to java int type.
 

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.