public class ConstantPoolEntryDouble extends AbstractConstantPoolEntry implements ConstantPoolEntryLiteral
ConstantPoolEntry.Type
Modifier and Type | Field and Description |
---|---|
private double |
value |
Constructor and Description |
---|
ConstantPoolEntryDouble(ConstantPool cp,
ByteData data) |
Modifier and Type | Method and Description |
---|---|
void |
dump(Dumper d) |
long |
getRawByteLength() |
StackType |
getStackType() |
double |
getValue() |
getCp
public ConstantPoolEntryDouble(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength
in interface ConstantPoolEntry
public void dump(Dumper d)
dump
in interface ConstantPoolEntry
public double getValue()
public StackType getStackType()
getStackType
in interface ConstantPoolEntryLiteral