public final class ConstantValue extends Attribute
ConstantValue_attribute { u2 attribute_name_index; u4 attribute_length; u2 constantvalue_index; }
Attribute
constant_pool, EMPTY_ARRAY, length, name_index, tag
Constructor and Description |
---|
ConstantValue(ConstantValue c)
Initialize from another object.
|
ConstantValue(int nameIndex,
int length,
int constantValueIndex,
ConstantPool constantPool) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool constantPool) |
void |
dump(DataOutputStream file)
Dump constant value attribute to file stream on binary format.
|
int |
getConstantValueIndex() |
void |
setConstantValueIndex(int constantValueIndex) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public ConstantValue(ConstantValue c)
c
- Source to copy.public ConstantValue(int nameIndex, int length, int constantValueIndex, ConstantPool constantPool)
nameIndex
- Name index in constant poollength
- Content length in bytesconstantValueIndex
- Index in constant poolconstantPool
- Array of constantspublic void accept(Visitor v)
public Attribute copy(ConstantPool constantPool)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
- if an I/O error occurs.public int getConstantValueIndex()
public void setConstantValueIndex(int constantValueIndex)
constantValueIndex
- the index info the constant pool of this constant valueCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.