Class DexIRFactory
java.lang.Object
com.ibm.wala.ssa.DefaultIRFactory
com.ibm.wala.dalvik.classLoader.DexIRFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontextIsIrrelevant(IMethod method) ControlFlowGraph<?, ?> makeIR(IMethod _method, Context C, SSAOptions options) Build an SSAIRfor 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:
makeCFGin classDefaultIRFactory- Throws:
IllegalArgumentException
-
makeIR
Description copied from interface:IRFactoryBuild an SSAIRfor a method in a particular context- Specified by:
makeIRin interfaceIRFactory<IMethod>- Overrides:
makeIRin classDefaultIRFactory- Throws:
IllegalArgumentException
-
contextIsIrrelevant
Description copied from class:DefaultIRFactory- Specified by:
contextIsIrrelevantin interfaceIRFactory<IMethod>- Overrides:
contextIsIrrelevantin classDefaultIRFactory
-