Uses of Enum
jadx.core.dex.visitors.ShadowFieldVisitor.FieldFixType
Packages that use ShadowFieldVisitor.FieldFixType
-
Uses of ShadowFieldVisitor.FieldFixType in jadx.core.dex.visitors
Fields in jadx.core.dex.visitors with type parameters of type ShadowFieldVisitor.FieldFixTypeModifier and TypeFieldDescription(package private) Map<FieldInfo, ShadowFieldVisitor.FieldFixType> ShadowFieldVisitor.FieldFixInfo.fieldFixMapMethods in jadx.core.dex.visitors that return ShadowFieldVisitor.FieldFixTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ShadowFieldVisitor.FieldFixType[]ShadowFieldVisitor.FieldFixType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.dex.visitors that return types with arguments of type ShadowFieldVisitor.FieldFixTypeModifier and TypeMethodDescriptionprivate static Map<FieldInfo, ShadowFieldVisitor.FieldFixType> ShadowFieldVisitor.searchShadowedFields(ClassNode thisCls) Methods in jadx.core.dex.visitors with parameters of type ShadowFieldVisitor.FieldFixTypeModifier and TypeMethodDescriptionprivate static voidShadowFieldVisitor.fixFieldAccess(MethodNode mth, FieldInfo fieldInfo, ShadowFieldVisitor.FieldFixType fieldFixType, InsnArg arg)