@Pt.AcceptedRating Red (cxh)
*/
public class SideEffectAnalysis {
public SideEffectAnalysis() {
_methodToEffectFlow = new HashMap();
_unprocessedMethods = new ChunkedQueue();
Iterator methods = _unprocessedMethods.reader();
CallGraph callGraph = Scene.v().getCallGraph();
_reachables = new ReachableMethods(callGraph, EntryPoints.v()