Uses of Interface
jadx.api.plugins.input.data.IMethodProto
Packages that use IMethodProto
Package
Description
-
Uses of IMethodProto in jadx.api.plugins.input.data
Subinterfaces of IMethodProto in jadx.api.plugins.input.data -
Uses of IMethodProto in jadx.api.plugins.input.insns
Methods in jadx.api.plugins.input.insns that return IMethodProto -
Uses of IMethodProto in jadx.core.dex.info
Methods in jadx.core.dex.info with parameters of type IMethodProtoModifier and TypeMethodDescriptionstatic MethodInfoMethodInfo.fromMethodProto(RootNode root, ClassInfo declClass, String name, IMethodProto proto) -
Uses of IMethodProto in jadx.core.dex.instructions
Fields in jadx.core.dex.instructions declared as IMethodProtoMethods in jadx.core.dex.instructions that return IMethodProtoConstructors in jadx.core.dex.instructions with parameters of type IMethodProtoModifierConstructorDescriptionInvokePolymorphicNode(MethodInfo callMth, int argsCount, IMethodProto proto, MethodInfo baseRef) InvokePolymorphicNode(MethodInfo callMth, InsnData insn, IMethodProto proto, MethodInfo baseRef, boolean isRange) -
Uses of IMethodProto in jadx.core.utils
Methods in jadx.core.utils with parameters of type IMethodProtoModifier and TypeMethodDescriptionprivate static InvokeNodeEncodedValueUtils.buildMethodType(RootNode root, IMethodProto methodProto) -
Uses of IMethodProto in jadx.plugins.input.dex.insns
Methods in jadx.plugins.input.dex.insns that return IMethodProtoModifier and TypeMethodDescriptionDexInsnData.getIndexAsProto(int protoIndex) Currently, protoIndex is either being stored at index or target, index for const-method-type, target for invoke-polymorphic(/range) -
Uses of IMethodProto in jadx.plugins.input.dex.sections
Classes in jadx.plugins.input.dex.sections that implement IMethodProto