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 booleancontextIsIrrelevant(T method)Does this factory always return the same IR for a method, regardless of context?IRmakeIR(T method, Context c, SSAOptions options)Build an SSAIRfor a method in a particular context
-