public final class Synthetic extends Attribute
Attribute
,
Serialized FormModifier and Type | Field and Description |
---|---|
private byte[] |
bytes |
private static long |
serialVersionUID |
constant_pool, length, name_index, tag
Constructor and Description |
---|
Synthetic(int name_index,
int length,
byte[] bytes,
ConstantPool constant_pool) |
Synthetic(int name_index,
int length,
java.io.DataInputStream file,
ConstantPool constant_pool)
Construct object from file stream.
|
Synthetic(Synthetic c)
Initialize from another object.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool _constant_pool) |
void |
dump(java.io.DataOutputStream file)
Dump source file attribute to file stream in binary format.
|
byte[] |
getBytes() |
void |
setBytes(byte[] bytes) |
java.lang.String |
toString() |
addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
private static final long serialVersionUID
private byte[] bytes
public Synthetic(Synthetic c)
public 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.Synthetic(int name_index, int length, java.io.DataInputStream file, ConstantPool constant_pool) throws java.io.IOException
name_index
- Index in constant pool to CONSTANT_Utf8length
- Content length in bytesfile
- Input streamconstant_pool
- Array of constantsjava.io.IOException
public void accept(Visitor v)
public final void dump(java.io.DataOutputStream file) throws java.io.IOException
public final byte[] getBytes()
public final void setBytes(byte[] bytes)
bytes
- public final java.lang.String toString()
public Attribute copy(ConstantPool _constant_pool)