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