All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.ClassFile.Raw.Attribute.Attribute | +----harpoon.ClassFile.Raw.Attribute.AttributeSynthetic
Synthetic
. These hidden fields and methods
are synthesized by the compiler in order to implement the scoping of
names for inner classes.
The Synthetic
attribute is intended to allow tools to
avoid displaying these methods and fields unnecessarily.
attribute_length
item indicates
the length of the attribute, excluding the initial six bytes.
public AttributeSynthetic(ClassFile parent, int attribute_name_index)
public long attribute_length()
attribute_length
item indicates
the length of the attribute, excluding the initial six bytes.
public void write(ClassDataOutputStream out) throws IOException
All Packages Class Hierarchy This Package Previous Next Index