|
Class Summary |
| Attribute |
This class represents an attribute of the code attribute which is an attribute
of the code attribute |
| AttributeManager |
This is a simple attribute factory that will create the appropriate
attribute for a given name. |
| CodeHandler |
This is a handler for the code attribute |
| ConstantValue |
This class represents an attribute that is unknow to the system. |
| Deprecated |
This attribute will be used to flag that a specific method was deprecated. |
| InnerClasses |
This class represents an attribute of the class which tells the source file
that it was loaded from. |
| LineNumberTable |
This is an attribute to the code attribute that contains a table of the code versus source code info |
| LocalVariableTable |
This class represents an attribute that is unknow to the system. |
| LocalVariableTableEntry |
This represents the information that is stored in a local variable table. |
| MethodCode |
This is an attribute of a method which contains the data for the code :) |
| MethodException |
This is an attribute of a method which contains the data for exceptions |
| SourceFile |
This class represents an attribute of the class which tells the source file
that it was loaded from. |
| Synthetic |
This is an attribute that gives information about a synthetic method
or attribute. |
| Unknown |
This class represents an attribute that is unknown to the system. |