|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.jimple.toolkits.annotation.tags.ArrayNullTagAggregator
The aggregator for ArrayNullCheckAttribute.
Constructor Summary | |
ArrayNullTagAggregator(boolean active)
|
Method Summary | |
void |
aggregateTag(Tag t,
Unit u)
Adds a new (unit, tag) pair. |
boolean |
isActive()
Returns true if the aggregator is active. |
Tag |
produceAggregateTag()
Returns a CodeAttribute with all tags aggregated. |
void |
refresh()
Clears accumulated tags. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArrayNullTagAggregator(boolean active)
Method Detail |
public boolean isActive()
TagAggregator
isActive
in interface TagAggregator
public void refresh()
refresh
in interface TagAggregator
public void aggregateTag(Tag t, Unit u)
aggregateTag
in interface TagAggregator
public Tag produceAggregateTag()
produceAggregateTag
in interface TagAggregator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |