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() |
getCp
public ConstantPoolEntryFloat(ConstantPool cp, ByteData data)
public long getRawByteLength()
getRawByteLength
in interface ConstantPoolEntry
public void dump(Dumper d)
dump
in interface ConstantPoolEntry
public StackType getStackType()
getStackType
in interface ConstantPoolEntryLiteral
public float getValue()