Uses of Interface
soot.HasPhaseOptions

Packages that use HasPhaseOptions
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.toolkits.callgraph   
 

Uses of HasPhaseOptions in soot
 

Classes in soot that implement HasPhaseOptions
 class BodyPack
          A wrapper object for a pack of optimizations.
 class JavaToJimpleBodyPack
          A wrapper object for a pack of optimizations.
 class JimpleBodyPack
          A wrapper object for a pack of optimizations.
 class Pack
          A wrapper object for a pack of optimizations.
 class RadioScenePack
          A wrapper object for a pack of optimizations.
 class ScenePack
          A wrapper object for a pack of optimizations.
 class Transform
          Maintains the pair (phaseName, singleton) needed for a transformation.
 

Methods in soot that return HasPhaseOptions
 HasPhaseOptions PackManager.getPhase(String phaseName)
           
 HasPhaseOptions PackManager.getPhase(String phaseName)
           
 

Methods in soot with parameters of type HasPhaseOptions
 Map PhaseOptions.getPhaseOptions(HasPhaseOptions phase)
           
 Map PhaseOptions.getPhaseOptions(HasPhaseOptions phase)
           
 boolean PhaseOptions.setPhaseOption(HasPhaseOptions phase, String option)
           
 boolean PhaseOptions.setPhaseOption(HasPhaseOptions phase, String option)
           
 

Uses of HasPhaseOptions in soot.jimple.toolkits.callgraph
 

Classes in soot.jimple.toolkits.callgraph that implement HasPhaseOptions
 class CallGraphPack
          A radio pack implementation for the call graph pack that calls the intra-procedural clinit eliminator after the call graph has been built.