Interface IRFactory<T extends IMethod>
- All Known Implementing Classes:
ArgumentSpecialization.ArgumentCountIRFactory, AstIRFactory, AstIRFactory.AstDefaultIRFactory, DefaultIRFactory, DexIRFactory, ShrikeIRFactory, SyntheticIRFactory
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontextIsIrrelevant(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 SSAIRfor a method in a particular context
-
Method Details
-
makeIR
Build an SSAIRfor a method in a particular context -
contextIsIrrelevant
Does this factory always return the same IR for a method, regardless of context?
-