Uses of Enum
jadx.core.dex.instructions.InvokeType
Packages that use InvokeType
-
Uses of InvokeType in jadx.core.dex.instructions
Fields in jadx.core.dex.instructions declared as InvokeTypeMethods in jadx.core.dex.instructions that return InvokeTypeModifier and TypeMethodDescriptionInvokeNode.getInvokeType()static InvokeTypeReturns the enum constant of this type with the specified name.static InvokeType[]InvokeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.dex.instructions with parameters of type InvokeTypeModifier and TypeMethodDescriptionprivate InsnNodeInsnDecoder.invoke(InsnData insn, InvokeType type, boolean isRange) Constructors in jadx.core.dex.instructions with parameters of type InvokeTypeModifierConstructorDescriptionprivateInvokeCustomNode(MethodInfo mth, InvokeType invokeType, int argsCount) InvokeCustomRawNode(InvokeNode resolve, MethodInfo mthInfo, InvokeType invokeType, int argsCount) InvokeNode(MethodInfo mthInfo, InsnData insn, InvokeType invokeType, boolean isRange) InvokeNode(MethodInfo mth, InsnData insn, InvokeType type, boolean instanceCall, boolean isRange) InvokeNode(MethodInfo mth, InvokeType invokeType, int argsCount) -
Uses of InvokeType in jadx.core.dex.instructions.invokedynamic
Methods in jadx.core.dex.instructions.invokedynamic that return InvokeTypeModifier and TypeMethodDescriptionstatic InvokeTypeInvokeCustomUtils.convertInvokeType(MethodHandleType type)