Package org.openjdk.asmtools.jdis
Class ConstantPool.CP_Double
java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Constant<Double>
org.openjdk.asmtools.jdis.ConstantPool.CP_Double
- Enclosing class:
- ConstantPool
CP_Double - Constant entries that contain double-precision float data. usually is a CONSTANT_DOUBLE
These take up 2 slots in the constant pool.
-
Field Summary
Fields inherited from class org.openjdk.asmtools.jdis.ConstantPool.Constant
commentPadding, tag, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openjdk.asmtools.jdis.ConstantPool.Constant
equals, getIssues, hashCode, setCommentPadding, setIssue, toString
-
Constructor Details
-
CP_Double
CP_Double(ConstantPool.TAG tag, double value)
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classConstantPool.Constant<Double>
-
print
- Overrides:
print
in classConstantPool.Constant<Double>
-
size
public int size()- Overrides:
size
in classConstantPool.Constant<Double>
-