Uses of Class
jadx.core.dex.visitors.typeinference.TypeUpdateRequest
Packages that use TypeUpdateRequest
-
Uses of TypeUpdateRequest in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference with type parameters of type TypeUpdateRequestModifier and TypeFieldDescriptionprivate final List<TypeUpdateRequest> TypeUpdateInfo.callbackQueueprivate final List<TypeUpdateRequest> TypeUpdateInfo.queueMethods in jadx.core.dex.visitors.typeinference that return TypeUpdateRequestModifier and TypeMethodDescription@Nullable TypeUpdateRequestTypeUpdateInfo.pollNextCallback()@Nullable TypeUpdateRequestTypeUpdateInfo.pollNextRequest()Methods in jadx.core.dex.visitors.typeinference with parameters of type TypeUpdateRequestModifier and TypeMethodDescriptionvoidTypeUpdateInfo.queueRequest(TypeUpdateRequest request) voidTypeUpdateInfo.saveCallback(TypeUpdateRequest request)