Class ConstantPool.CP_Long
java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Constant<Long>
org.openjdk.asmtools.jdis.ConstantPool.CP_Long
- Enclosing class:
ConstantPool
CP_Long - Constant entries that contain LongInteger data. usually is a CONSTANT_LONG
These take up 2 slots in the constant pool.
-
Field Summary
Fields inherited from class ConstantPool.Constant
commentPadding, tag, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidjasmPrint(ToolOutput out, int spacePadding) intsize()voidtablePrint(ToolOutput out, int spacePadding) Methods inherited from class ConstantPool.Constant
equals, getIssues, hashCode, setCommentPadding, setIssue, toString
-
Constructor Details
-
CP_Long
CP_Long(ConstantPool.TAG tag, long value)
-
-
Method Details
-
stringVal
- Overrides:
stringValin classConstantPool.Constant<Long>
-
jasmPrint
- Overrides:
jasmPrintin classConstantPool.Constant<Long>
-
tablePrint
- Overrides:
tablePrintin classConstantPool.Constant<Long>
-
size
public int size()- Overrides:
sizein classConstantPool.Constant<Long>
-