Class SyntheticIRFactory
java.lang.Object
com.ibm.wala.ipa.summaries.SyntheticIRFactory
- All Implemented Interfaces:
IRFactory<SyntheticMethod>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontextIsIrrelevant(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 SSAIRfor a method in a particular context
-
Constructor Details
-
SyntheticIRFactory
public SyntheticIRFactory()
-
-
Method Details
-
makeCFG
-
makeIR
Description copied from interface:IRFactoryBuild an SSAIRfor a method in a particular context- Specified by:
makeIRin interfaceIRFactory<SyntheticMethod>
-
contextIsIrrelevant
Description copied from interface:IRFactoryDoes this factory always return the same IR for a method, regardless of context?- Specified by:
contextIsIrrelevantin interfaceIRFactory<SyntheticMethod>
-