Uses of Class
jadx.core.dex.info.FieldInfo
Packages that use FieldInfo
Package
Description
-
Uses of FieldInfo in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type FieldInfoModifier and TypeMethodDescriptionprivate voidInsnGen.instanceField(ICodeWriter code, FieldInfo field, InsnArg arg) static voidInsnGen.makeStaticFieldAccess(ICodeWriter code, FieldInfo field, ClassGen clsGen) private static voidInsnGen.makeStaticFieldAccess(ICodeWriter code, FieldInfo field, @Nullable FieldNode fieldNode, ClassGen clsGen) protected voidInsnGen.staticField(ICodeWriter code, FieldInfo field) private voidRegionGen.useField(ICodeWriter code, FieldInfo fldInfo, @Nullable FieldNode fld) -
Uses of FieldInfo in jadx.core.deobf
Methods in jadx.core.deobf with parameters of type FieldInfo -
Uses of FieldInfo in jadx.core.dex.info
Fields in jadx.core.dex.info with type parameters of type FieldInfoMethods in jadx.core.dex.info that return FieldInfoMethods in jadx.core.dex.info with parameters of type FieldInfo -
Uses of FieldInfo in jadx.core.dex.instructions
Methods in jadx.core.dex.instructions with parameters of type FieldInfoModifier and TypeMethodDescriptionprivate ArgTypeInsnDecoder.tryResolveFieldType(FieldInfo igetFld) -
Uses of FieldInfo in jadx.core.dex.nodes
Fields in jadx.core.dex.nodes declared as FieldInfoMethods in jadx.core.dex.nodes that return FieldInfoMethods in jadx.core.dex.nodes with parameters of type FieldInfoModifier and TypeMethodDescriptionprivate @Nullable FieldNodeRootNode.deepResolveField(@NotNull ClassNode cls, FieldInfo fieldInfo) @Nullable FieldNodeRootNode.resolveField(FieldInfo field) ClassNode.searchField(FieldInfo field) ClassNode.searchFieldByNameAndType(FieldInfo field) Constructors in jadx.core.dex.nodes with parameters of type FieldInfo -
Uses of FieldInfo in jadx.core.dex.visitors
Fields in jadx.core.dex.visitors with type parameters of type FieldInfoModifier and TypeFieldDescription(package private) Map<FieldInfo, ShadowFieldVisitor.FieldFixType> ShadowFieldVisitor.FieldFixInfo.fieldFixMapMethods in jadx.core.dex.visitors that return FieldInfoModifier and TypeMethodDescriptionprivate static FieldInfoEnumVisitor.checkExternalRegUsage(EnumVisitor.EnumData data, RegisterArg reg) private static @Nullable FieldInfoShadowFieldVisitor.getFieldInfo(InsnNode insn) Methods in jadx.core.dex.visitors that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionprivate static Map<FieldInfo, ShadowFieldVisitor.FieldFixType> ShadowFieldVisitor.searchShadowedFields(ClassNode thisCls) Methods in jadx.core.dex.visitors with parameters of type FieldInfoModifier and TypeMethodDescriptionprivate static voidShadowFieldVisitor.fixFieldAccess(MethodNode mth, FieldInfo fieldInfo, ShadowFieldVisitor.FieldFixType fieldFixType, InsnArg arg) private voidEnumVisitor.fixValuesAccess(MethodNode mth, FieldInfo valuesFieldInfo, ArgType clsType, @Nullable MethodNode valuesMethod) Method parameters in jadx.core.dex.visitors with type arguments of type FieldInfoModifier and TypeMethodDescriptionprivate static booleanExtractFieldInit.insnUseExcludedField(ExtractFieldInit.FieldInitInfo initInfo, Set<FieldInfo> excludedFields) -
Uses of FieldInfo in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference declared as FieldInfo -
Uses of FieldInfo in jadx.core.dex.visitors.usage
Methods in jadx.core.dex.visitors.usage with parameters of type FieldInfo -
Uses of FieldInfo in jadx.core.utils
Methods in jadx.core.utils that return FieldInfoModifier and TypeMethodDescriptionstatic FieldInfoEncodedValueUtils.getTypeField(RootNode root, PrimitiveType type)