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() |
getCppublic ConstantPoolEntryDouble(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength in interface ConstantPoolEntrypublic void dump(Dumper d)
dump in interface ConstantPoolEntrypublic double getValue()
public StackType getStackType()
getStackType in interface ConstantPoolEntryLiteral