-
- All Implemented Interfaces:
public final class ConstantDoubleInfo extends ConstantLargeNumeric
Describes a CONSTANT_Double_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate final Stringverboseprivate Doubledoubleprivate IntegerhighBytesprivate IntegerlowBytesprivate final StringformattedHighBytesprivate final StringformattedLowBytes
-
Constructor Summary
Constructors Constructor Description ConstantDoubleInfo(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description ConstantTypegetConstantType()Type of the cp_info structure. StringgetVerbose()final DoublegetDouble()final UnitsetDouble(Double double)-
Methods inherited from class org.gjt.jclasslib.structures.constants.ConstantLargeNumeric
equals, getFormattedHighBytes, getFormattedLowBytes, getHighBytes, getLowBytes, hashCode, setHighBytes, setLowBytes -
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
-
ConstantDoubleInfo
ConstantDoubleInfo(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
getVerbose
String getVerbose()
-
-
-
-