soot.jimple.spark.fieldrw
Class FieldWriteTagAggregator

java.lang.Object
  |
  +--soot.Transformer
        |
        +--soot.BodyTransformer
              |
              +--soot.tagkit.TagAggregator
                    |
                    +--soot.tagkit.ImportantTagAggregator
                          |
                          +--soot.jimple.spark.fieldrw.FieldWriteTagAggregator

public class FieldWriteTagAggregator
extends ImportantTagAggregator


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

FieldWriteTagAggregator

public FieldWriteTagAggregator(Singletons.Global g)
Method Detail

v

public static FieldWriteTagAggregator v()

wantTag

public boolean wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.
Overrides:
wantTag in class ImportantTagAggregator

aggregatedName

public java.lang.String aggregatedName()
Description copied from class: ImportantTagAggregator
Return name of the resulting aggregated tag.
Overrides:
aggregatedName in class ImportantTagAggregator