soot.baf.toolkits.base
Class LoadStoreOptimizer

java.lang.Object
  extended by soot.Transformer
      extended by soot.BodyTransformer
          extended by soot.baf.toolkits.base.LoadStoreOptimizer

public class LoadStoreOptimizer
extends BodyTransformer


Constructor Summary
LoadStoreOptimizer(Singletons.Global g)
           
 
Method Summary
protected  void internalTransform(Body body, String phaseName, Map options)
          The method that drives the optimizations.
static LoadStoreOptimizer v()
           
 
Methods inherited from class soot.BodyTransformer
transform, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadStoreOptimizer

public LoadStoreOptimizer(Singletons.Global g)
Method Detail

v

public static LoadStoreOptimizer v()

internalTransform

protected void internalTransform(Body body,
                                 String phaseName,
                                 Map options)
The method that drives the optimizations.

Specified by:
internalTransform in class BodyTransformer
Parameters:
body - the body on which to apply the transformation
phaseName - the phasename for this transform; not typically used by implementations.
options - the actual computed options; a combination of default options and Scene specified options.