soot.jimple.toolkits.annotation.nullcheck
Class LocalRefVarsAnalysisWrapper

java.lang.Object
  extended by soot.jimple.toolkits.annotation.nullcheck.LocalRefVarsAnalysisWrapper

Deprecated. uses deprecated type BranchedRefVarsAnalysis and seems of no use for Soot so marked for future deletion, unless clients object

@Deprecated
public class LocalRefVarsAnalysisWrapper
extends Object


Constructor Summary
LocalRefVarsAnalysisWrapper(ExceptionalUnitGraph graph)
          Deprecated.  
 
Method Summary
 List getListsOfVarsAfterBranch(Unit s)
          Deprecated.  
 List getVarsAfterFall(Unit s)
          Deprecated.  
 List getVarsBefore(Unit s)
          Deprecated.  
 List getVarsDontNeedCheck(Unit s)
          Deprecated.  
 List getVarsNeedCheck(Unit s)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalRefVarsAnalysisWrapper

public LocalRefVarsAnalysisWrapper(ExceptionalUnitGraph graph)
Deprecated. 
Method Detail

getVarsBefore

public List getVarsBefore(Unit s)
Deprecated. 

getVarsAfterFall

public List getVarsAfterFall(Unit s)
Deprecated. 

getListsOfVarsAfterBranch

public List getListsOfVarsAfterBranch(Unit s)
Deprecated. 

getVarsNeedCheck

public List getVarsNeedCheck(Unit s)
Deprecated. 

getVarsDontNeedCheck

public List getVarsDontNeedCheck(Unit s)
Deprecated.