constant_pool, length, name_index, tag
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(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(DataOutputStream file)
Dump source file attribute to file stream in binary format.
|
byte[] |
getBytes() |
void |
setBytes(byte[] bytes) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public 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(Visitor v)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
public byte[] getBytes()
public void setBytes(byte[] bytes)
bytes
- the raw bytes that represents this byte arraypublic Attribute copy(ConstantPool _constant_pool)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.