soot.tagkit
Class InnerClassTagAggregator

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by soot.tagkit.InnerClassTagAggregator

public class InnerClassTagAggregator
extends SceneTransformer

The aggregator for LineNumberTable attribute.


Constructor Summary
InnerClassTagAggregator(Singletons.Global g)
           
 
Method Summary
 String aggregatedName()
           
 void internalTransform(String phaseName, Map options)
          Performs the transformation on the Scene, under the given phaseName and with the given Options.
static InnerClassTagAggregator 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

InnerClassTagAggregator

public InnerClassTagAggregator(Singletons.Global g)
Method Detail

v

public static InnerClassTagAggregator v()

aggregatedName

public String aggregatedName()

internalTransform

public void internalTransform(String phaseName,
                              Map options)
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