Uses of Class
jadx.core.dex.visitors.typeinference.TypeUpdate
Packages that use TypeUpdate
-
Uses of TypeUpdate in jadx.core.dex.nodes
Fields in jadx.core.dex.nodes declared as TypeUpdateMethods in jadx.core.dex.nodes that return TypeUpdate -
Uses of TypeUpdate in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference declared as TypeUpdateModifier and TypeFieldDescriptionprivate final TypeUpdateArgsListUpdateCallback.typeUpdateprivate TypeUpdateFixTypesVisitor.typeUpdateprivate final TypeUpdateInvokeUpdateCallback.typeUpdateprivate TypeUpdateTypeInferenceVisitor.typeUpdateprivate final TypeUpdateTypeSearch.typeUpdateConstructors in jadx.core.dex.visitors.typeinference with parameters of type TypeUpdateModifierConstructorDescriptionArgsListUpdateCallback(TypeUpdate typeUpdate, TypeUpdateInfo updateInfo, List<T> args, ArgType candidateType, boolean direct) InvokeUpdateCallback(TypeUpdate typeUpdate, TypeUpdateInfo updateInfo, BaseInvokeNode invoke, int argsCount, Set<ArgType> knownTypeVars, Supplier<ArgType> getReturnType, Function<Integer, ArgType> getArgType)