Package org.openjdk.asmtools.jdis
Class ConstantPool.CPX2
java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Constant
org.openjdk.asmtools.jdis.ConstantPool.CPX2
- Enclosing class:
- ConstantPool
CPX2
Constant entries that contain two constant-pool indices. Usually, this includes:
CONSTANT_FIELD CONSTANT_METHOD CONSTANT_INTERFACEMETHOD CONSTANT_NAMEANDTYPE
CONSTANT_METHODHANDLE CONSTANT_DYNAMIC CONSTANT_INVOKEDYNAMIC
-
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
-
value1
int value1 -
value2
int value2
-
-
Constructor Details
-
CPX2
CPX2(ConstantPool.TAG tagval, int cpx1, int cpx2)
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classConstantPool.Constant
-
print
- Overrides:
print
in classConstantPool.Constant
-
refersClassMember
public boolean refersClassMember()
-