Uses of Class
soot.tagkit.TagAggregator

Packages that use TagAggregator
soot.jimple.spark.fieldrw   
soot.jimple.toolkits.annotation.tags Tags and aggregators to store and combine information about array bounds and null pointer checks. 
soot.jimple.toolkits.pointer   
soot.tagkit Classes supporting classfile annotation in Soot. 
 

Uses of TagAggregator in soot.jimple.spark.fieldrw
 

Subclasses of TagAggregator in soot.jimple.spark.fieldrw
 class FieldReadTagAggregator
           
 class FieldTagAggregator
           
 class FieldWriteTagAggregator
           
 

Uses of TagAggregator in soot.jimple.toolkits.annotation.tags
 

Subclasses of TagAggregator in soot.jimple.toolkits.annotation.tags
 class ArrayNullTagAggregator
          The aggregator for ArrayNullCheckAttribute.
 

Uses of TagAggregator in soot.jimple.toolkits.pointer
 

Subclasses of TagAggregator in soot.jimple.toolkits.pointer
 class DependenceTagAggregator
           
 

Uses of TagAggregator in soot.tagkit
 

Subclasses of TagAggregator in soot.tagkit
 class FirstTagAggregator
          A tag aggregator that associates a tag with the first instruction that is tagged with it.
 class ImportantTagAggregator
          A tag aggregator that associates a tag with the most important instruction that is tagged with it.
 class LineNumberTagAggregator
          The aggregator for LineNumberTable attribute.