Package sootup.apk.frontend.interceptors
Class DexDefUseAnalysis
java.lang.Object
sootup.apk.frontend.interceptors.DexDefUseAnalysis
-
Field Details
-
localToNumber
-
localToDefsBits
-
localToUsesBits
-
stmtList
-
-
Constructor Details
-
DexDefUseAnalysis
-
-
Method Details
-
getUsesOf
-
collectDefinitionsWithAliases
Collect definitions of l in body including the definitions of aliases of l. This analysis exploits that the problem is flow-insensitive anyway.In this context an alias is a local that propagates its value to l.
- Parameters:
l
- the local whose definitions are to collect
-
getDefsOf
-