Uses of Enum
jadx.api.plugins.input.data.MethodHandleType
Packages that use MethodHandleType
Package
Description
-
Uses of MethodHandleType in jadx.api.plugins.input.data
Methods in jadx.api.plugins.input.data that return MethodHandleTypeModifier and TypeMethodDescriptionIMethodHandle.getType()static MethodHandleTypeReturns the enum constant of this type with the specified name.static MethodHandleType[]MethodHandleType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MethodHandleType in jadx.api.plugins.input.data.impl
Fields in jadx.api.plugins.input.data.impl declared as MethodHandleTypeModifier and TypeFieldDescriptionprivate final MethodHandleTypeFieldRefHandle.typeprivate final MethodHandleTypeMethodRefHandle.typeMethods in jadx.api.plugins.input.data.impl that return MethodHandleTypeConstructors in jadx.api.plugins.input.data.impl with parameters of type MethodHandleTypeModifierConstructorDescriptionFieldRefHandle(MethodHandleType type, IFieldRef fieldRef) MethodRefHandle(MethodHandleType type, IMethodRef methodRef) -
Uses of MethodHandleType in jadx.core.dex.instructions
Fields in jadx.core.dex.instructions declared as MethodHandleTypeMethods in jadx.core.dex.instructions that return MethodHandleTypeMethods in jadx.core.dex.instructions with parameters of type MethodHandleTypeModifier and TypeMethodDescriptionvoidInvokeCustomNode.setHandleType(MethodHandleType handleType) -
Uses of MethodHandleType in jadx.core.dex.instructions.invokedynamic
Methods in jadx.core.dex.instructions.invokedynamic with parameters of type MethodHandleTypeModifier and TypeMethodDescriptionprivate static @NotNull InvokeNodeCustomLambdaCall.buildInvokeNode(MethodHandleType methodHandleType, InvokeCustomNode invokeCustomNode, MethodInfo callMthInfo) static InvokeTypeInvokeCustomUtils.convertInvokeType(MethodHandleType type) -
Uses of MethodHandleType in jadx.core.utils
Methods in jadx.core.utils with parameters of type MethodHandleTypeModifier and TypeMethodDescriptionprivate static StringEncodedValueUtils.getFindMethodName(MethodHandleType type) -
Uses of MethodHandleType in jadx.plugins.input.dex.sections
Methods in jadx.plugins.input.dex.sections that return MethodHandleTypeModifier and TypeMethodDescriptionprivate MethodHandleTypeSectionReader.getMethodHandleType(int type)