Package org.openjdk.asmtools.jdis
Class ConstantPool.CP_Int
java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Constant<Integer>
org.openjdk.asmtools.jdis.ConstantPool.CP_Int
- Enclosing class:
- ConstantPool
CP_Int - Constant entries that contain Integer data. usually is a CONSTANT_INTEGER
-
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
-
CP_Int
CP_Int(ConstantPool.TAG tag, int value)
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classConstantPool.Constant<Integer>
-
print
- Overrides:
print
in classConstantPool.Constant<Integer>
-