Class SyntheticIRFactory
java.lang.Object
com.ibm.wala.ipa.summaries.SyntheticIRFactory
- All Implemented Interfaces:
IRFactory<SyntheticMethod>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contextIsIrrelevant
(SyntheticMethod method) Does this factory always return the same IR for a method, regardless of context?makeCFG
(SyntheticMethod method) makeIR
(SyntheticMethod method, Context C, SSAOptions options) Build an SSAIR
for a method in a particular context
-
Constructor Details
-
SyntheticIRFactory
public SyntheticIRFactory()
-
-
Method Details
-
makeCFG
-
makeIR
Description copied from interface:IRFactory
Build an SSAIR
for a method in a particular context- Specified by:
makeIR
in interfaceIRFactory<SyntheticMethod>
-
contextIsIrrelevant
Description copied from interface:IRFactory
Does this factory always return the same IR for a method, regardless of context?- Specified by:
contextIsIrrelevant
in interfaceIRFactory<SyntheticMethod>
-