soot.jimple.spark.ondemand.pautil
Class OTFMethodSCCManager

java.lang.Object
  extended by soot.jimple.spark.ondemand.pautil.OTFMethodSCCManager

public final class OTFMethodSCCManager
extends Object


Constructor Summary
OTFMethodSCCManager()
           
 
Method Summary
 boolean inSameSCC(SootMethod m1, SootMethod m2)
           
 void makeSameSCC(Set<SootMethod> methods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OTFMethodSCCManager

public OTFMethodSCCManager()
Method Detail

inSameSCC

public boolean inSameSCC(SootMethod m1,
                         SootMethod m2)

makeSameSCC

public void makeSameSCC(Set<SootMethod> methods)