Interface IRFactory<T extends IMethod>
- All Known Implementing Classes:
ArgumentSpecialization.ArgumentCountIRFactory
,AstIRFactory
,AstIRFactory.AstDefaultIRFactory
,DefaultIRFactory
,DexIRFactory
,ShrikeIRFactory
,SyntheticIRFactory
public interface IRFactory<T extends IMethod>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contextIsIrrelevant
(T method) Does this factory always return the same IR for a method, regardless of context?makeIR
(T method, Context c, SSAOptions options) Build an SSAIR
for a method in a particular context
-
Method Details
-
makeIR
Build an SSAIR
for a method in a particular context -
contextIsIrrelevant
Does this factory always return the same IR for a method, regardless of context?
-