Package org.openjdk.asmtools.jdis
Class ConstantPool.Constant<T>
java.lang.Object
org.openjdk.asmtools.jdis.ConstantPool.Constant<T>
- Direct Known Subclasses:
ConstantPool.CP_Double,ConstantPool.CP_Float,ConstantPool.CP_Int,ConstantPool.CP_Long,ConstantPool.CP_Str,ConstantPool.CPX,ConstantPool.CPX2
- Enclosing class:
ConstantPool
Constant - Base class of all constant entries
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprivate final List<IOException> protected final ConstantPool.TAGprotected final T -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidprint(ToolOutput out, int spacePadding) voidsetCommentPadding(int commentPadding) voidsetIssue(IOException value) intsize()toString()
-
Field Details
-
tag
-
value
-
issues
-
commentPadding
protected int commentPadding
-
-
Constructor Details
-
Constant
-
-
Method Details