| Interface | Description |
|---|---|
| Attribute |
Represents an attribute for a class, a field, a method, or code.
|
| AttributeReader |
An AttributeReader reads an Attribute from a Java class file.
|
| Class | Description |
|---|---|
| AttributeFactory |
An AttributeFactory reads Attributes from a Java class file.
|
| CodeAttribute | |
| CodeAttribute.CodeException |
A Java exception.
|
| CodeAttributeReader |
Reads CodeAttributes.
|
| ConstantValueAttribute |
A ConstantValueAttribute represents a constant value for a static ClassField.
|
| ConstantValueAttributeReader |
Reads ConstantAttributes.
|
| DeprecatedAttribute |
A DeprecatedAttribute represents the fact that its target has been deprecated and superceded.
|
| DeprecatedAttributeReader |
Reads DeprecatedAttributes.
|
| ExceptionsAttribute |
An ExceptionsAttribute represents the checked exceptions which may
be thrown from its target method.
|
| ExceptionsAttributeReader |
Reads ExceptionsAttributes.
|
| InnerClassesAttribute |
The InnerClasses attribute is a variable-length attribute in the attributes table of the
ClassFile (ยง4.1) structure.
|
| InnerClassesAttributeReader |
Reads InnerClassesAttributes.
|
| LocalVariableTableAttribute |
A LocalVariableTableAttribute
compiled with the new generics-enabled 1.5 compilers.
|
| LocalVariableTableAttribute.Variable |
A Java variable declaration.
|
| LocalVariableTableAttributeReader |
Reads LocalVariableTableAttributes.
|
| SignatureAttribute |
A SignatureAttribute represents a type signature for a generic type
compiled with the new generics-enabled 1.5 compilers.
|
| SignatureAttributeReader |
Reads SignatureAttributes.
|
| SyntheticAttribute |
A SyntheticAttribute represents the fact that its target does not appear
in the original source code.
|
| SyntheticAttributeReader |
Reads SyntheticAttributes.
|
| UnknownAttribute |
An UnknownAttribute represents an Attribute type that isn't recognized
because it hasn't been specified in the JVM specification and is a custom
attribute.
|
| UnknownAttributeReader |
Reads UnknownAttributes.
|
Copyright © 2012. All Rights Reserved.