soot.jimple.paddle
Class IPaddleTransformer

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by soot.jimple.paddle.IPaddleTransformer

public abstract class IPaddleTransformer
extends SceneTransformer

Soot interface to the PaddleTransformer.

Author:
Ondrej Lhotak

Constructor Summary
IPaddleTransformer()
           
 
Method Summary
abstract  void finishPhases()
          This is called when Soot finishes executing all interprocedural phases.
 
Methods inherited from class soot.SceneTransformer
internalTransform, transform, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPaddleTransformer

public IPaddleTransformer()
Method Detail

finishPhases

public abstract void finishPhases()
This is called when Soot finishes executing all interprocedural phases. Paddle uses it to stop profiling if profiling is enabled.