Uses of Interface
jadx.core.dex.visitors.typeinference.ITypeUpdateCallback
Packages that use ITypeUpdateCallback
-
Uses of ITypeUpdateCallback in jadx.core.dex.visitors.typeinference
Classes in jadx.core.dex.visitors.typeinference that implement ITypeUpdateCallbackModifier and TypeClassDescriptionclassArgsListUpdateCallback<T extends InsnArg>Type update callback to set same type for args from list.classFields in jadx.core.dex.visitors.typeinference declared as ITypeUpdateCallbackModifier and TypeFieldDescriptionprivate final @Nullable ITypeUpdateCallbackTypeUpdateRequest.callbackprivate @Nullable ITypeUpdateCallbackArgsListUpdateCallback.finalResultCallbackMethods in jadx.core.dex.visitors.typeinference that return ITypeUpdateCallbackMethods in jadx.core.dex.visitors.typeinference with parameters of type ITypeUpdateCallbackModifier and TypeMethodDescription@Nullable TypeUpdateResultTypeUpdate.queueDirectTypeUpdate(TypeUpdateInfo updateInfo, InsnArg arg, ArgType candidateType, @Nullable ITypeUpdateCallback callback) @Nullable TypeUpdateResultTypeUpdate.queueTypeUpdate(TypeUpdateInfo updateInfo, InsnArg arg, ArgType candidateType, @Nullable ITypeUpdateCallback callback) Queue type update for InsnArg.voidArgsListUpdateCallback.setFinalResultCallback(@Nullable ITypeUpdateCallback finalResultCallback) Constructors in jadx.core.dex.visitors.typeinference with parameters of type ITypeUpdateCallbackModifierConstructorDescriptionTypeUpdateRequest(InsnArg arg, ArgType candidateType, boolean direct, @Nullable ITypeUpdateCallback callback)