Uses of Interface
jadx.api.plugins.input.data.IMethodHandle
Packages that use IMethodHandle
Package
Description
-
Uses of IMethodHandle in jadx.api.plugins.input.data.impl
Classes in jadx.api.plugins.input.data.impl that implement IMethodHandle -
Uses of IMethodHandle in jadx.api.plugins.input.insns
Methods in jadx.api.plugins.input.insns that return IMethodHandle -
Uses of IMethodHandle in jadx.core.dex.instructions.invokedynamic
Methods in jadx.core.dex.instructions.invokedynamic with parameters of type IMethodHandleModifier and TypeMethodDescriptionprivate static @NotNull InvokeCustomNodeCustomLambdaCall.buildMethodCall(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values, IMethodHandle callMthHandle) -
Uses of IMethodHandle in jadx.core.utils
Methods in jadx.core.utils with parameters of type IMethodHandleModifier and TypeMethodDescriptionprivate static InsnNodeEncodedValueUtils.buildMethodHandle(RootNode root, IMethodHandle methodHandle) Build `MethodHandles.lookup().find{type}(methodCls, methodName, methodType)` -
Uses of IMethodHandle in jadx.core.utils.input
Methods in jadx.core.utils.input that return IMethodHandleModifier and TypeMethodDescriptionstatic @Nullable IMethodHandleInsnDataUtils.getMethodHandleAt(ICallSite callSite, int argNum) -
Uses of IMethodHandle in jadx.plugins.input.dex.insns
Methods in jadx.plugins.input.dex.insns that return IMethodHandle -
Uses of IMethodHandle in jadx.plugins.input.dex.sections
Methods in jadx.plugins.input.dex.sections that return IMethodHandle