soot.jimple.toolkits.annotation
Class LineNumberAdder

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by soot.jimple.toolkits.annotation.LineNumberAdder

public class LineNumberAdder
extends SceneTransformer


Constructor Summary
LineNumberAdder(Singletons.Global g)
           
 
Method Summary
 void internalTransform(String phaseName, Map opts)
          Performs the transformation on the Scene, under the given phaseName and with the given Options.
static LineNumberAdder v()
           
 
Methods inherited from class soot.SceneTransformer
transform, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineNumberAdder

public LineNumberAdder(Singletons.Global g)
Method Detail

v

public static LineNumberAdder v()

internalTransform

public void internalTransform(String phaseName,
                              Map opts)
Description copied from class: SceneTransformer
Performs the transformation on the Scene, under the given phaseName and with the given Options.

Specified by:
internalTransform in class SceneTransformer