Class DefaultIRFactory

java.lang.Object
com.ibm.wala.ssa.DefaultIRFactory
All Implemented Interfaces:
IRFactory<IMethod>
Direct Known Subclasses:
AstIRFactory.AstDefaultIRFactory, DexIRFactory

public class DefaultIRFactory extends Object implements IRFactory<IMethod>
Default implementation of IRFactory.

This creates IR objects from Shrike methods, and directly from synthetic methods.