public class LineNumberTagAggregator extends FirstTagAggregator
| Constructor and Description |
|---|
LineNumberTagAggregator(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregatedName()
Return name of the resulting aggregated tag.
|
void |
considerTag(Tag t,
Unit u,
LinkedList<Tag> tags,
LinkedList<Unit> units)
Decide whether this tag should be aggregated by this aggregator.
|
static LineNumberTagAggregator |
v() |
boolean |
wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.
|
fini, internalTransformtransform, transform, transformpublic LineNumberTagAggregator(Singletons.Global g)
public static LineNumberTagAggregator v()
public boolean wantTag(Tag t)
wantTag in class FirstTagAggregatorpublic String aggregatedName()
FirstTagAggregatoraggregatedName in class FirstTagAggregatorpublic void considerTag(Tag t, Unit u, LinkedList<Tag> tags, LinkedList<Unit> units)
FirstTagAggregatorconsiderTag in class FirstTagAggregatorCopyright © 2020 Soot OSS. All rights reserved.