Constructs a field_info structure.
Parameters: cp - a constant pool table Parameters: fieldName - field name Parameters: desc - field descriptor See Also:Descriptor
Copies all constant pool items to a given new constant pool
and replaces the original items with the new ones.
This is used for garbage collecting the items of removed fields
and methods.
Parameters: cp - the destination
Returns the attribute with the specified name.
It returns null if the specified attribute is not found.
Parameters: name - attribute name See Also:FieldInfo.getAttributes()
Returns all the attributes. The returned List object
is shared with this object. If you add a new attribute to the list,
the attribute is also added to the field represented by this
object. If you remove an attribute from the list, it is also removed
from the field.
a list of AttributeInfo objects. See Also:AttributeInfo