-
- All Implemented Interfaces:
public final class ConstantFloatInfo extends ConstantNumeric
Describes a CONSTANT_Float_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate final Stringverboseprivate Floatfloatprivate Integerbytesprivate final StringformattedBytes
-
Constructor Summary
Constructors Constructor Description ConstantFloatInfo(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description ConstantTypegetConstantType()Type of the cp_info structure. StringgetVerbose()final FloatgetFloat()final UnitsetFloat(Float float)-
Methods inherited from class org.gjt.jclasslib.structures.constants.ConstantNumeric
equals, getBytes, getFormattedBytes, hashCode, setBytes -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConstantFloatInfo
ConstantFloatInfo(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
getVerbose
String getVerbose()
-
-
-
-