Package mockit.asm.constantPool
Class MethodHandleItem
java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.MethodHandleItem
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMethodHandleItem
(@org.checkerframework.checker.index.qual.NonNegative int index) -
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(MethodHandle methodHandle) Sets the type and hash code of this method handle item.Methods inherited from class mockit.asm.constantPool.Item
getHashCode, getNext, getType, setNext
-
Constructor Details
-
MethodHandleItem
public MethodHandleItem(@org.checkerframework.checker.index.qual.NonNegative int index)
-
-
Method Details
-
set
Sets the type and hash code of this method handle item.
-