Uses of Class
soot.Pack

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

Uses of Pack in soot
 

Subclasses of Pack in soot
 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 RadioScenePack
          A wrapper object for a pack of optimizations.
 class ScenePack
          A wrapper object for a pack of optimizations.
 

Methods in soot that return Pack
 Pack PackManager.getPack(String phaseName)
           
 Pack PackManager.getPack(String phaseName)
           
 

Methods in soot that return types with arguments of type Pack
 Collection<Pack> PackManager.allPacks()
           
 Collection<Pack> PackManager.allPacks()
           
 

Uses of Pack in soot.jimple.toolkits.callgraph
 

Subclasses of Pack in soot.jimple.toolkits.callgraph
 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.