Package com.ibm.wala.escape

Interface Summary
ILiveObjectAnalysis Basic interface for liveness analysis of heap-allocated objects
IMethodEscapeAnalysis Basic interface from which to execute and get the results of escape analysis
INodeEscapeAnalysis Basic interface from which to execute and get the results of escape analysis
 

Class Summary
FILiveObjectAnalysis A simple liveness analysis based on flow-insensitive pointer analysis
LocalLiveRangeAnalysis Intraprocedural SSA-based live range analysis.
TrivialMethodEscape Trivial method-level escape analysis.