Package com.ibm.wala.examples.analysis

Class Summary
ConstructAllIRs An analysis skeleton that simply constructs IRs for all methods in a class hierarchy.
CountParameters This is a simple example WALA application.
GetLoadedFields This is a simple example WALA application.
SimpleThreadEscapeAnalysis A simple thread-level escape analysis: this code computes the set of classes of which some instance may be accessed by some thread other than the one that created it.