Package org.openjdk.asmtools.jdis
Class ConstantPool.CP_Double
- java.lang.Object
-
- org.openjdk.asmtools.jdis.ConstantPool.Constant
-
- org.openjdk.asmtools.jdis.ConstantPool.CP_Double
-
- Enclosing class:
- ConstantPool
class ConstantPool.CP_Double extends ConstantPool.Constant
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 Modifier and Type Field Description (package private) java.lang.Double
value
-
Fields inherited from class org.openjdk.asmtools.jdis.ConstantPool.Constant
tag
-
-
Constructor Summary
Constructors Constructor Description CP_Double(ConstantPool.TAG tagval, double fltvl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
print(java.io.PrintWriter out)
int
size()
java.lang.String
stringVal()
-
Methods inherited from class org.openjdk.asmtools.jdis.ConstantPool.Constant
getIssue, setIssue, toString
-
-
-
-
Constructor Detail
-
CP_Double
CP_Double(ConstantPool.TAG tagval, double fltvl)
-
-
Method Detail
-
stringVal
public java.lang.String stringVal()
- Overrides:
stringVal
in classConstantPool.Constant
-
print
public void print(java.io.PrintWriter out)
- Overrides:
print
in classConstantPool.Constant
-
size
public int size()
- Overrides:
size
in classConstantPool.Constant
-
-