Class ShrikeIRFactory
java.lang.Object
com.ibm.wala.classLoader.ShrikeIRFactory
- All Implemented Interfaces:
IRFactory<IBytecodeMethod<IInstruction>>
An
IRFactory that for methods that originate from Shrike.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDoes this factory always return the same IR for a method, regardless of context?makeCFG(IBytecodeMethod<IInstruction> method) makeIR(IBytecodeMethod<IInstruction> method, Context C, SSAOptions options) Build an SSAIRfor a method in a particular context
-
Field Details
-
buildLocalMap
public static final boolean buildLocalMap- See Also:
-
-
Constructor Details
-
ShrikeIRFactory
public ShrikeIRFactory()
-
-
Method Details
-
makeCFG
-
makeIR
public IR makeIR(IBytecodeMethod<IInstruction> method, Context C, SSAOptions options) throws IllegalArgumentException Description copied from interface:IRFactoryBuild an SSAIRfor a method in a particular context- Specified by:
makeIRin interfaceIRFactory<IBytecodeMethod<IInstruction>>- Throws:
IllegalArgumentException
-
contextIsIrrelevant
Description copied from interface:IRFactoryDoes this factory always return the same IR for a method, regardless of context?- Specified by:
contextIsIrrelevantin interfaceIRFactory<IBytecodeMethod<IInstruction>>
-