Uses of Class
jadx.core.dex.visitors.typeinference.TypeUpdateFlags
Packages that use TypeUpdateFlags
-
Uses of TypeUpdateFlags in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference declared as TypeUpdateFlagsModifier and TypeFieldDescriptionprivate final TypeUpdateFlagsTypeUpdateInfo.flags(package private) static final TypeUpdateFlagsTypeUpdateFlags.FLAGS_APPLY_DEBUG(package private) static final TypeUpdateFlagsTypeUpdateFlags.FLAGS_EMPTY(package private) static final TypeUpdateFlagsTypeUpdateFlags.FLAGS_WIDER(package private) static final TypeUpdateFlagsTypeUpdateFlags.FLAGS_WIDER_IGNORE_SAMEMethods in jadx.core.dex.visitors.typeinference that return TypeUpdateFlagsModifier and TypeMethodDescriptionprivate static TypeUpdateFlagsTypeUpdateFlags.build(TypeUpdateFlags.FlagsEnum... flags) TypeUpdateInfo.getFlags()Methods in jadx.core.dex.visitors.typeinference with parameters of type TypeUpdateFlagsModifier and TypeMethodDescriptionprivate TypeUpdateResultTypeUpdate.apply(MethodNode mth, SSAVar ssaVar, ArgType candidateType, TypeUpdateFlags flags) Constructors in jadx.core.dex.visitors.typeinference with parameters of type TypeUpdateFlagsModifierConstructorDescriptionTypeUpdateInfo(MethodNode mth, TypeUpdateFlags flags, JadxArgs args)