Package mockit.asm.constantPool
Class BootstrapMethodItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.BootstrapMethodItem
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapMethodItem
(@org.checkerframework.checker.index.qual.NonNegative int index, @org.checkerframework.checker.index.qual.NonNegative int position, int hashCode) Initializes the new item with the given index, position and hash code. -
Method Summary
Methods inherited from class mockit.asm.constantPool.Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
BootstrapMethodItem
public BootstrapMethodItem(@org.checkerframework.checker.index.qual.NonNegative int index, @org.checkerframework.checker.index.qual.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
-