soot.jimple.toolkits.infoflow
Class UseFinder

java.lang.Object
  extended by soot.jimple.toolkits.infoflow.UseFinder

public class UseFinder
extends Object


Constructor Summary
UseFinder()
           
UseFinder(ReachableMethods rm)
           
 
Method Summary
 List getExtCalls(SootClass sc)
           
 List getExtFieldAccesses(SootClass sc)
           
 List<SootField> getExtFields(SootClass sc)
           
 List<SootMethod> getExtMethods(SootClass sc)
           
 List getIntCalls(SootClass sc)
           
 List getIntFieldAccesses(SootClass sc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseFinder

public UseFinder()

UseFinder

public UseFinder(ReachableMethods rm)
Method Detail

getExtFieldAccesses

public List getExtFieldAccesses(SootClass sc)

getIntFieldAccesses

public List getIntFieldAccesses(SootClass sc)

getExtCalls

public List getExtCalls(SootClass sc)

getIntCalls

public List getIntCalls(SootClass sc)

getExtMethods

public List<SootMethod> getExtMethods(SootClass sc)

getExtFields

public List<SootField> getExtFields(SootClass sc)