Package sootup.apk.frontend.Util
Class DexUtil
java.lang.Object
sootup.apk.frontend.Util.DexUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<AnnotationUsage>
createAnnotationUsage
(Set<? extends org.jf.dexlib2.iface.Annotation> annotations) static String
dottedClassName
(String typeDescriptor) static AndroidVersionInfo
static ClassType
static boolean
isByteCodeClassName
(String className) static void
setAndroidVersionInfo
(AndroidVersionInfo androidVersionInfo) static ClassType
stringToJimpleType
(View view, String className) static String
toQualifiedName
(@NonNull String str) static Type
toSootType
(String typeDescriptor, int pos)
-
Constructor Details
-
DexUtil
public DexUtil()
-
-
Method Details
-
toSootType
-
toQualifiedName
-
createAnnotationUsage
public static Iterable<AnnotationUsage> createAnnotationUsage(Set<? extends org.jf.dexlib2.iface.Annotation> annotations) -
stringToJimpleType
-
dottedClassName
-
isByteCodeClassName
-
getClassTypeFromClassName
-
setAndroidVersionInfo
-
getAndroidVersionInfo
-