Uses of Package
soot.jimple.toolkits.annotation.nullcheck

Packages that use soot.jimple.toolkits.annotation.nullcheck
soot.jimple.toolkits.annotation.nullcheck Classes that carry out an analysis to determine whether or not null pointer checks are necessary. 
 

Classes in soot.jimple.toolkits.annotation.nullcheck used by soot.jimple.toolkits.annotation.nullcheck
NullCheckEliminator.AnalysisFactory
           
NullnessAnalysis
          An intraprocedural nullness analysis that computes for each location and each value in a method if the value is (before or after that location) definetely null, definetely non-null or neither.
NullPointerChecker
           
NullPointerColorer
           
RefIntPair