Class DexIRFactory
java.lang.Object
com.ibm.wala.ssa.DefaultIRFactory
com.ibm.wala.dalvik.classLoader.DexIRFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contextIsIrrelevant
(IMethod method) ControlFlowGraph
<?, ?> makeIR
(IMethod _method, Context C, SSAOptions options) Build an SSAIR
for a method in a particular context
-
Field Details
-
buildLocalMap
public static final boolean buildLocalMap- See Also:
-
-
Constructor Details
-
DexIRFactory
public DexIRFactory()
-
-
Method Details
-
makeCFG
- Overrides:
makeCFG
in classDefaultIRFactory
- Throws:
IllegalArgumentException
-
makeIR
Description copied from interface:IRFactory
Build an SSAIR
for a method in a particular context- Specified by:
makeIR
in interfaceIRFactory<IMethod>
- Overrides:
makeIR
in classDefaultIRFactory
- Throws:
IllegalArgumentException
-
contextIsIrrelevant
Description copied from class:DefaultIRFactory
- Specified by:
contextIsIrrelevant
in interfaceIRFactory<IMethod>
- Overrides:
contextIsIrrelevant
in classDefaultIRFactory
-