Class BootstrapMethodItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.BootstrapMethodItem
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethodItem(@NonNegative int index, @NonNegative int position, int hashCode) Initializes the new item with the given index, position and hash code. -
Method Summary
Methods inherited from class Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
BootstrapMethodItem
public BootstrapMethodItem(@NonNegative int index, @NonNegative int position, int hashCode) Initializes the new item with the given index, position and hash code.- Parameters:
position- position in byte in the class attribute "BootstrapMethods"hashCode- hashcode of the item, which is processed from the hashcode of the bootstrap method and the hashcode of all bootstrap arguments
-