soot.tagkit
Class LineNumberTagAggregator

java.lang.Object
  extended by soot.Transformer
      extended by soot.BodyTransformer
          extended by soot.tagkit.TagAggregator
              extended by soot.tagkit.FirstTagAggregator
                  extended by soot.tagkit.LineNumberTagAggregator

public class LineNumberTagAggregator
extends FirstTagAggregator

The aggregator for LineNumberTable attribute.


Field Summary
 
Fields inherited from class soot.tagkit.TagAggregator
tags, units
 
Constructor Summary
LineNumberTagAggregator(Singletons.Global g)
           
 
Method Summary
 String aggregatedName()
          Return name of the resulting aggregated tag.
 void considerTag(Tag t, Unit u)
          Decide whether this tag should be aggregated by this aggregator.
static LineNumberTagAggregator v()
           
 boolean wantTag(Tag t)
          Decide whether this tag should be aggregated by this aggregator.
 
Methods inherited from class soot.tagkit.TagAggregator
fini, internalTransform
 
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

LineNumberTagAggregator

public LineNumberTagAggregator(Singletons.Global g)
Method Detail

v

public static LineNumberTagAggregator v()

wantTag

public boolean wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.

Specified by:
wantTag in class FirstTagAggregator

aggregatedName

public String aggregatedName()
Description copied from class: FirstTagAggregator
Return name of the resulting aggregated tag.

Specified by:
aggregatedName in class FirstTagAggregator

considerTag

public void considerTag(Tag t,
                        Unit u)
Description copied from class: FirstTagAggregator
Decide whether this tag should be aggregated by this aggregator.

Overrides:
considerTag in class FirstTagAggregator