Class ConstantFloatInfo
java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
org.fife.rsta.ac.java.classreader.constantpool.ConstantFloatInfo
- All Implemented Interfaces:
ConstantTypes
Class corresponding to the
CONSTANT_Float_info structure.- Version:
- 1.0
-
Field Summary
FieldsFields inherited from interface ConstantTypes
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_InvokeDynamic, CONSTANT_Long, CONSTANT_MethodHandle, CONSTANT_Methodref, CONSTANT_MethodType, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConstantPoolInfo
getTag
-
Field Details
-
bytes
private int bytes
-
-
Constructor Details
-
ConstantFloatInfo
public ConstantFloatInfo(int bytes) Constructor.- Parameters:
bytes- The bytes.
-
-
Method Details
-
getBytes
public long getBytes() -
getFloatValue
public float getFloatValue()Returns the float value represented.- Returns:
- The float value.
-
toString
-