Package com.ibm.wala.ssa
Interface IRFactory<T extends IMethod>
-
- All Known Implementing Classes:
AstIRFactory
,AstIRFactory.AstDefaultIRFactory
,DefaultIRFactory
,DexIRFactory
,ShrikeIRFactory
,SyntheticIRFactory
public interface IRFactory<T extends IMethod>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
contextIsIrrelevant(T method)
Does this factory always return the same IR for a method, regardless of context?IR
makeIR(T method, Context c, SSAOptions options)
Build an SSAIR
for a method in a particular context
-