|
|||||||||
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()
public void refresh()
public void aggregateTag(Tag t, Unit u)
public Tag produceAggregateTag()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |