Package org.openjdk.asmtools.jdis
Class ConstantPool.CPX
java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Constant
org.openjdk.asmtools.jdis.ConstantPool.CPX
- Enclosing class:
- ConstantPool
CPX
Constant entries that contain a single constant-pool index. Usually, this includes:
CONSTANT_CLASS CONSTANT_METHODTYPE CONSTANT_STRING CONSTANT_MODULE CONSTANT_PACKAGE
-
Field Summary
FieldsFields inherited from class org.openjdk.asmtools.jdis.ConstantPool.Constant
tag
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openjdk.asmtools.jdis.ConstantPool.Constant
getIssue, setIssue, size, toString
-
Field Details
-
value
int value
-
-
Constructor Details
-
CPX
CPX(ConstantPool.TAG tagval, int cpx)
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classConstantPool.Constant
-
print
- Overrides:
print
in classConstantPool.Constant
-