Class Item
java.lang.Object
mockit.asm.constantPool.Item
- Direct Known Subclasses:
BootstrapMethodItem, FloatItem, IntItem, LongValueItem, MethodHandleItem, ModuleItem, PackageItem, StringItem, TypeOrMemberItem, UninitializedTypeTableItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NonNegative intIndex of this item in the constant pool. -
Method Summary
-
Field Details
-
index
public final @NonNegative int indexIndex of this item in the constant pool.
-
-
Method Details
-
getType
public @NonNegative int getType()Returns thetypeof this item. -
getHashCode
public final @NonNegative int getHashCode()Returns thehashCodevalue. -
getNext
Returns thenextitem, if any. -
setNext
-