com.ibm.wala.ipa.cfg
Interface CFGProvider

All Known Subinterfaces:
SSAContextInterpreter
All Known Implementing Classes:
AstContextInsensitiveSSAContextInterpreter, CloneInterpreter, CommandInterpreter, ContextInsensitiveRTAInterpreter, ContextInsensitiveSSAInterpreter, DefaultCFGProvider, DefaultSSAInterpreter, DelegatingSSAContextInterpreter, FactoryBypassInterpreter

public interface CFGProvider

A trivial field-based pointer analysis solution, which only uses the information of which types (classes) are live.


Method Summary
 ControlFlowGraph getCFG(CGNode N, WarningSet warnings)
           
 

Method Detail

getCFG

ControlFlowGraph getCFG(CGNode N,
                        WarningSet warnings)
Parameters:
N - a call graph node
Returns:
a CFG that represents the node, or null if it's an unmodelled native method