Package jadx.core.dex.info
Class InfoStorage
java.lang.Object
jadx.core.dex.info.InfoStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<Integer, MethodInfo> private final Map<String, PackageInfo> private final Map<MethodInfo, MethodInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByUniqId(int id) @Nullable PackageInfovoidputByUniqId(int id, MethodInfo mth) putMethod(MethodInfo newMth) voidputPkg(PackageInfo pkg)
-
Field Details
-
classes
-
fields
-
uniqueMethods
-
methods
-
packages
-
-
Constructor Details
-
InfoStorage
public InfoStorage()
-
-
Method Details
-
getCls
-
putCls
-
getByUniqId
-
putByUniqId
-
putMethod
-
getField
-
getPkg
-
putPkg
-