Class ConstantPoolEntryFloat
java.lang.Object
org.benf.cfr.reader.entities.AbstractConstantPoolEntry
org.benf.cfr.reader.entities.constantpool.ConstantPoolEntryFloat
- All Implemented Interfaces:
ConstantPoolEntry, ConstantPoolEntryLiteral
public class ConstantPoolEntryFloat
extends AbstractConstantPoolEntry
implements ConstantPoolEntryLiteral
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConstantPoolEntry
ConstantPoolEntry.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractConstantPoolEntry
getCp
-
Field Details
-
value
private final float value
-
-
Constructor Details
-
ConstantPoolEntryFloat
-
-
Method Details
-
getRawByteLength
public long getRawByteLength()- Specified by:
getRawByteLengthin interfaceConstantPoolEntry
-
dump
- Specified by:
dumpin interfaceConstantPoolEntry
-
getStackType
- Specified by:
getStackTypein interfaceConstantPoolEntryLiteral
-
getValue
public float getValue()
-