Package | Description |
---|---|
com.vladium.jcd.cls | |
com.vladium.jcd.cls.attribute |
Modifier and Type | Method and Description |
---|---|
Attribute_info |
IAttributeCollection.get(int offset)
Returns the attribute descriptor at a given offset.
|
Attribute_info |
AttributeCollection.get(int offset) |
Attribute_info |
IAttributeCollection.remove(int offset)
Removes the Attribute_info descriptor at a given offset.
|
Attribute_info |
AttributeCollection.remove(int offset) |
Attribute_info |
IAttributeCollection.set(int offset,
Attribute_info attribute)
Replaces the Attribute_info descriptor at a given offset.
|
Attribute_info |
AttributeCollection.set(int offset,
Attribute_info attribute) |
Modifier and Type | Method and Description |
---|---|
int |
IAttributeCollection.add(Attribute_info attribute)
Adds a new Attribute_info descriptor to this collection.
|
int |
AttributeCollection.add(Attribute_info attribute) |
Attribute_info |
IAttributeCollection.set(int offset,
Attribute_info attribute)
Replaces the Attribute_info descriptor at a given offset.
|
Attribute_info |
AttributeCollection.set(int offset,
Attribute_info attribute) |
Modifier and Type | Class and Description |
---|---|
class |
BridgeAttribute_info
New attribute added by J2SE 1.5
|
class |
CodeAttribute_info
The Code attribute is a variable-length attribute used in the attributes
table of
Method_info structures. |
class |
ConstantValueAttribute_info
The ConstantValue attribute is a fixed-length attribute used in the attributes
table of the
Field_info structures. |
class |
ExceptionsAttribute_info
The Exceptions attribute is a variable-length attribute used in the attributes
table of a
Method_info structure. |
class |
GenericAttribute_info
This attribute structure is used during parsing to absorb all attribute types
that are not currently recognized.
|
class |
InnerClassesAttribute_info |
class |
LineNumberTableAttribute_info
The LineNumberTable attribute is an optional variable-length attribute in
the attributes table of a
CodeAttribute_info attribute. |
class |
SourceFileAttribute_info |
class |
SyntheticAttribute_info
The Synthetic attribute is a fixed-length attribute in the attributes table
of ClassFile,
Field_info , and
Method_info structures. |
Modifier and Type | Method and Description |
---|---|
static Attribute_info |
Attribute_info.new_Attribute_info(IConstantCollection constants,
UDataInputStream bytes)
Parses out a single Attribute_info element out of .class data in
'bytes'.
|