Uses of Class
mockit.asm.util.MethodHandle
Packages that use MethodHandle
-
Uses of MethodHandle in mockit.asm.classes
Methods in mockit.asm.classes with parameters of type MethodHandleModifier and TypeMethodDescriptionClassWriter.addInvokeDynamicReference
(String name, String desc, MethodHandle bsm, Object... bsmArgs) -
Uses of MethodHandle in mockit.asm.constantPool
Methods in mockit.asm.constantPool with parameters of type MethodHandleModifier and TypeMethodDescriptionConstantPoolGeneration.newMethodHandleItem
(MethodHandle methodHandle) Adds a method handle to the constant pool of the class being built.void
MethodHandleItem.set
(MethodHandle methodHandle) Sets the type and hash code of this method handle item. -
Uses of MethodHandle in mockit.asm.methods
Methods in mockit.asm.methods with parameters of type MethodHandleModifier and TypeMethodDescriptionvoid
MethodVisitor.visitInvokeDynamicInsn
(String name, String desc, MethodHandle bsm, Object... bsmArgs) Visits anINVOKEDYNAMIC
instruction.void
MethodWriter.visitInvokeDynamicInsn
(String name, String desc, MethodHandle bsm, Object... bsmArgs) final void
WrappingMethodVisitor.visitInvokeDynamicInsn
(String name, String desc, MethodHandle bsm, Object... bsmArgs) -
Uses of MethodHandle in mockit.asm.util
Methods in mockit.asm.util that return MethodHandleModifier and TypeMethodDescriptionfinal MethodHandle
BytecodeReader.readMethodHandle()
protected final MethodHandle
BytecodeReader.readMethodHandleItem
(@org.checkerframework.checker.index.qual.NonNegative int bsmCodeIndex)