|
Interface Summary |
| AttribFactory |
This interface is used for accessing real attribute factory implementations for instantiating
attribute classes. |
| Attribute |
This is the ancestor of all the interfaces implemented by those classes representing the
Attributes entities. |
| CodeAttribute |
The Code class represents a Code Attribute as defined by the JVM Class file
Specification: The Code attribute is a variable-length attribute used in the attributes table of
method_info structures. |
| ConstantValueAttribute |
The ConstantValue class represents a ConstantValue Attribute as defined by the JVM
Class file Specification: The ConstantValue attribute is a fixed-length attribute used in the
attributes table of the field_info structures. |
| DeprecatedAttribute |
Class representing a Deprecated Attribute. |
| EnclosingMethodAttribute |
This interface represents the EnclosingMethod attribute defined
by the Java class file specification. |
| ExceptionAttribute |
Class representing an Exception Attribute. |
| ExceptionsAttribute |
Class representing an Exception Attribute. |
| ExceptionTableEntry |
Class representing an ExceptionTable generic entry. |
| InnerClassesAttribute |
Class representing an Inner Classes Attribute. |
| InnerClassesTableEntry |
Class representing an Inner Classes instance's table entry. |
| LineNumberTableAttribute |
Class representing a Line Number Table Attribute. |
| LineNumberTableEntry |
Class representing a Line Number Table instance's entry. |
| LocalVariableTableAttribute |
Class representing a Local Variable Table Attribute. |
| LocalVariableTableEntry |
Class representing a Local Variable instance's table entry. |
| SignatureAttribute |
The Signature attribute is an optional fixed-length attribute in the attributes
table of the ClassFile (�4.2), field_info (�4.6) and method_info (�4.7)structures. |
| SourceDebugExtensionAttribute |
|
| SourceFileAttribute |
Class representing a Source File Attribute. |
| SyntheticAttribute |
Class representing a Synthetic Attribute. |