Uses of Interface
soot.jimple.spark.ondemand.FieldCheckHeuristic

Packages that use FieldCheckHeuristic
soot.jimple.spark.ondemand   
 

Uses of FieldCheckHeuristic in soot.jimple.spark.ondemand
 

Classes in soot.jimple.spark.ondemand that implement FieldCheckHeuristic
 class EverythingHeuristic
           
 class IncrementalTypesHeuristic
           
 class InnerTypesIncrementalHeuristic
           
 class ManualAndInnerHeuristic
           
 class ManualFieldCheckHeuristic
          for hacking around with stuff
 class NothingHeuristic
           
 

Fields in soot.jimple.spark.ondemand declared as FieldCheckHeuristic
protected  FieldCheckHeuristic DemandCSPointsTo.fieldCheckHeuristic
           
protected  FieldCheckHeuristic DemandCSPointsTo.fieldCheckHeuristic
           
 

Methods in soot.jimple.spark.ondemand that return FieldCheckHeuristic
static FieldCheckHeuristic HeuristicType.getHeuristic(HeuristicType type, TypeManager tm, int maxPasses)
           
static FieldCheckHeuristic HeuristicType.getHeuristic(HeuristicType type, TypeManager tm, int maxPasses)