| Interface | Description |
|---|---|
| IAttributeVisitor | |
| IDeclaredExceptionTable |
This table is a structure nested within
ExceptionsAttribute_info
structure. |
| IExceptionHandlerTable |
This table is a structure nested within the
CodeAttribute_info. |
| Class | Description |
|---|---|
| Attribute_info |
Abstract base for all XXXAttribute_info structures.
|
| AttributeElementFactory | |
| BridgeAttribute_info |
New attribute added by J2SE 1.5
|
| CodeAttribute_info |
The Code attribute is a variable-length attribute used in the attributes
table of
Method_info structures. |
| ConstantValueAttribute_info |
The ConstantValue attribute is a fixed-length attribute used in the attributes
table of the
Field_info structures. |
| DeclaredExceptionTable | |
| Exception_info |
An Exception_info is an entry layout format for
ExceptionHandlerTable. |
| ExceptionHandlerTable | |
| ExceptionsAttribute_info |
The Exceptions attribute is a variable-length attribute used in the attributes
table of a
Method_info structure. |
| GenericAttribute_info |
This attribute structure is used during parsing to absorb all attribute types
that are not currently recognized.
|
| InnerClass_info | |
| InnerClassesAttribute_info | |
| LineNumber_info |
This class represents a line_number_table entry contained by
LineNumberTableAttribute_info attribute. |
| LineNumberTableAttribute_info |
The LineNumberTable attribute is an optional variable-length attribute in
the attributes table of a
CodeAttribute_info attribute. |
| SourceFileAttribute_info | |
| SyntheticAttribute_info |
The Synthetic attribute is a fixed-length attribute in the attributes table
of ClassFile,
Field_info, and
Method_info structures. |