public final class Synthetic extends Attribute
Attribute,
Serialized Formconstant_pool, length, name_index, tag| Constructor and Description |
|---|
Synthetic(int name_index,
int length,
byte[] bytes,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
copy(ConstantPool _constant_pool) |
void |
dump(java.io.DataOutputStream file)
Dump source file attribute to file stream in binary format.
|
java.lang.String |
toString() |
clone, getName, getTag, readAttributepublic Synthetic(int name_index,
int length,
byte[] bytes,
ConstantPool constant_pool)
name_index - Index in constant pool to CONSTANT_Utf8, which
should represent the string "Synthetic".length - Content length in bytes - should be zero.bytes - Attribute contentsconstant_pool - The constant pool this attribute is associated
with.public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final java.lang.String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.