public final class ConstantValue extends Attribute
Attribute
,
Serialized Formconstant_pool, length, name_index, tag
Constructor and Description |
---|
ConstantValue(int name_index,
int length,
int constantvalue_index,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool _constant_pool) |
String |
toString() |
clone, getName, getTag, readAttribute
public ConstantValue(int name_index, int length, int constantvalue_index, ConstantPool constant_pool)
name_index
- Name index in constant poollength
- Content length in bytesconstantvalue_index
- Index in constant poolconstant_pool
- Array of constantsCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.