soot.jimple.toolkits.callgraph
Class CallGraphPack

java.lang.Object
  extended by soot.Pack
      extended by soot.ScenePack
          extended by soot.RadioScenePack
              extended by soot.jimple.toolkits.callgraph.CallGraphPack
All Implemented Interfaces:
HasPhaseOptions

public class CallGraphPack
extends RadioScenePack

A radio pack implementation for the call graph pack that calls the intra-procedural clinit eliminator after the call graph has been built.


Constructor Summary
CallGraphPack(String name)
           
 
Method Summary
protected  void internalApply()
           
 
Methods inherited from class soot.RadioScenePack
add, insertAfter, insertBefore
 
Methods inherited from class soot.Pack
apply, apply, get, getDeclaredOptions, getDefaultOptions, getPhaseName, internalApply, iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallGraphPack

public CallGraphPack(String name)
Method Detail

internalApply

protected void internalApply()
Overrides:
internalApply in class RadioScenePack