Package mockit.asm.constantPool
Class Item
java.lang.Object
mockit.asm.constantPool.Item
- Direct Known Subclasses:
BootstrapMethodItem
,FloatItem
,IntItem
,LongValueItem
,MethodHandleItem
,ModuleItem
,PackageItem
,StringItem
,TypeOrMemberItem
,UninitializedTypeTableItem
A constant pool item of a given type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @org.checkerframework.checker.index.qual.NonNegative int
Index of this item in the constant pool. -
Method Summary
-
Field Details
-
index
public final @org.checkerframework.checker.index.qual.NonNegative int indexIndex of this item in the constant pool.
-
-
Method Details
-
getType
public @org.checkerframework.checker.index.qual.NonNegative int getType()Returns thetype
of this item. -
getHashCode
public final @org.checkerframework.checker.index.qual.NonNegative int getHashCode()Returns thehashCode
value. -
getNext
Returns thenext
item, if any. -
setNext
-