com.ibm.wala.ssa
Interface IRFactory

All Known Implementing Classes:
AstIRFactory, DefaultIRFactory, ShrikeIRFactory, SyntheticIRFactory

public interface IRFactory

This is intended as an internal interface; clients probably shouldn't be using this directly. If you have a call graph in hand, to get the IR for a CGNode, use callGraph.getInterpreter().getIR(); Otherwise, look at SSACache.


Method Summary
 ControlFlowGraph makeCFG(IMethod method, Context C, WarningSet warnings)
           
 IR makeIR(IMethod method, Context C, SSAOptions options, WarningSet warnings)
           
 

Method Detail

makeIR

IR makeIR(IMethod method,
          Context C,
          SSAOptions options,
          WarningSet warnings)

makeCFG

ControlFlowGraph makeCFG(IMethod method,
                         Context C,
                         WarningSet warnings)