soot.jimple.toolkits.annotation.tags
Class ArrayNullTagAggregator
java.lang.Object
|
+--soot.Transformer
|
+--soot.BodyTransformer
|
+--soot.tagkit.TagAggregator
|
+--soot.jimple.toolkits.annotation.tags.ArrayNullTagAggregator
- public class ArrayNullTagAggregator
- extends TagAggregator
The aggregator for ArrayNullCheckAttribute.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ArrayNullTagAggregator
public ArrayNullTagAggregator(Singletons.Global g)
v
public static ArrayNullTagAggregator v()
wantTag
public boolean wantTag(Tag t)
- Description copied from class: TagAggregator
- Decide whether this tag should be aggregated by this aggregator.
- Overrides:
- wantTag in class TagAggregator
considerTag
public void considerTag(Tag t,
Unit u)
- Description copied from class: TagAggregator
- Aggregate the given tag assigned to the given unit
- Overrides:
- considerTag in class TagAggregator
aggregatedName
public java.lang.String aggregatedName()
- Description copied from class: TagAggregator
- Return name of the resulting aggregated tag.
- Overrides:
- aggregatedName in class TagAggregator