soot.jimple.toolkits.thread
Class EncapsulatedObjectAnalysis

java.lang.Object
  extended by soot.jimple.toolkits.thread.EncapsulatedObjectAnalysis

public class EncapsulatedObjectAnalysis
extends Object


Constructor Summary
EncapsulatedObjectAnalysis()
           
 
Method Summary
 List<SootMethod> getObjectPureMethodsSoFar()
           
 boolean isInitMethodPureOnObject(SootMethod sm)
           
 boolean isMethodPureOnObject(SootMethod sm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncapsulatedObjectAnalysis

public EncapsulatedObjectAnalysis()
Method Detail

isMethodPureOnObject

public boolean isMethodPureOnObject(SootMethod sm)

isInitMethodPureOnObject

public boolean isInitMethodPureOnObject(SootMethod sm)

getObjectPureMethodsSoFar

public List<SootMethod> getObjectPureMethodsSoFar()