public static final class ConstantPool.DoubleConstantEntry extends ConstantPool.ConstantEntry
| Modifier and Type | Field and Description |
|---|---|
double |
value |
index, owner| Constructor and Description |
|---|
ConstantPool.DoubleConstantEntry(ConstantPool owner,
double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConstantPool.Visitor visitor) |
int |
byteLength() |
java.lang.Object |
getConstantValue() |
ConstantPool.Tag |
getTag() |
int |
size()
The number of slots in the constant pool used by this entry.
|
java.lang.String |
toString() |
public ConstantPool.DoubleConstantEntry(ConstantPool owner, double value)
public ConstantPool.Tag getTag()
getTag in class ConstantPool.Entrypublic int size()
ConstantPool.Entrysize in class ConstantPool.Entrypublic int byteLength()
byteLength in class ConstantPool.Entrypublic void accept(ConstantPool.Visitor visitor)
accept in class ConstantPool.Entrypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getConstantValue()
getConstantValue in class ConstantPool.ConstantEntry