|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.tagkit.LineNumberTagAggregator
The aggregator for LineNumberTable attribute.
Constructor Summary | |
LineNumberTagAggregator(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 LineNumberTagAggregator(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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |