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.voidMethodHandleItem.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 TypeMethodDescriptionvoidMethodVisitor.visitInvokeDynamicInsn(String name, String desc, MethodHandle bsm, Object... bsmArgs) Visits anINVOKEDYNAMICinstruction.voidMethodWriter.visitInvokeDynamicInsn(String name, String desc, MethodHandle bsm, Object... bsmArgs) final voidWrappingMethodVisitor.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 MethodHandleBytecodeReader.readMethodHandle()protected final MethodHandleBytecodeReader.readMethodHandleItem(@NonNegative int bsmCodeIndex)