Package org.openjdk.asmtools.jdis
Class 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
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, size, toString
-
Constructor Details
-
CPX
CPX(ConstantPool.TAG tag, int cpx)
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classConstantPool.Constant<Integer>
-
print
- Overrides:
print
in classConstantPool.Constant<Integer>
-