Uses of Interface
jadx.core.dex.nodes.IFieldInfoRef
Packages that use IFieldInfoRef
-
Uses of IFieldInfoRef in jadx.core.dex.info
Classes in jadx.core.dex.info that implement IFieldInfoRefFields in jadx.core.dex.info with type parameters of type IFieldInfoRefModifier and TypeFieldDescriptionprivate final Map<Object, IFieldInfoRef> ConstStorage.ValueStorage.valuesMethods in jadx.core.dex.info that return IFieldInfoRefModifier and TypeMethodDescription(package private) IFieldInfoRef@Nullable IFieldInfoRefConstStorage.getConstField(ClassNode cls, Object value, boolean searchGlobal) @Nullable IFieldInfoRefConstStorage.getConstFieldByLiteralArg(ClassNode cls, LiteralArg arg) Methods in jadx.core.dex.info that return types with arguments of type IFieldInfoRefModifier and TypeMethodDescriptionConstStorage.getGlobalConstFields()(package private) Map<Object, IFieldInfoRef> ConstStorage.ValueStorage.getValues()Methods in jadx.core.dex.info with parameters of type IFieldInfoRefModifier and TypeMethodDescriptionvoidConstStorage.addGlobalConstField(IFieldInfoRef fld, Object value) (package private) booleanConstStorage.ValueStorage.put(Object value, IFieldInfoRef fld) -
Uses of IFieldInfoRef in jadx.core.dex.nodes
Classes in jadx.core.dex.nodes that implement IFieldInfoRefMethods in jadx.core.dex.nodes that return IFieldInfoRefModifier and TypeMethodDescription@Nullable IFieldInfoRefClassNode.getConstField(Object obj) @Nullable IFieldInfoRefClassNode.getConstField(Object obj, boolean searchGlobal) @Nullable IFieldInfoRefClassNode.getConstFieldByLiteralArg(LiteralArg arg) -
Uses of IFieldInfoRef in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type IFieldInfoRefModifier and TypeMethodDescriptionstatic voidModVisitor.addFieldUsage(IFieldInfoRef fieldData, MethodNode mth)