public final class Deprecated extends Attribute
Attribute,
Serialized Form| Constructor and Description |
|---|
Deprecated(Deprecated c)
Initialize from another object.
|
Deprecated(int name_index,
int length,
byte[] bytes,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.
|
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() |
getConstantPool, getLength, getName, getNameIndex, getTag, readAttributepublic Deprecated(Deprecated c)
public Deprecated(int name_index,
int length,
byte[] bytes,
ConstantPool constant_pool)
name_index - Index in constant pool to CONSTANT_Utf8length - Content length in bytesbytes - Attribute contentsconstant_pool - Array of constantspublic void accept(ClassVisitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final byte[] getBytes()
public final void setBytes(byte[] bytes)
bytes. -