Package com.strobel.assembler.ir
Class ConstantPool.FloatConstantEntry
java.lang.Object
com.strobel.assembler.ir.ConstantPool.Entry
com.strobel.assembler.ir.ConstantPool.ConstantEntry
com.strobel.assembler.ir.ConstantPool.FloatConstantEntry
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class com.strobel.assembler.ir.ConstantPool.Entry
index, owner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConstantPool.Visitor visitor) int
(package private) void
fixupKey
(ConstantPool.Key key) getTag()
toString()
Methods inherited from class com.strobel.assembler.ir.ConstantPool.Entry
size
-
Field Details
-
value
public final float value
-
-
Constructor Details
-
FloatConstantEntry
-
-
Method Details
-
fixupKey
- Specified by:
fixupKey
in classConstantPool.Entry
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
accept
- Specified by:
accept
in classConstantPool.Entry
-
toString
-
getConstantValue
- Specified by:
getConstantValue
in classConstantPool.ConstantEntry
-