public abstract class ImportantTagAggregator extends TagAggregator
| Constructor and Description |
|---|
ImportantTagAggregator() |
| Modifier and Type | Method and Description |
|---|---|
abstract 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.
|
abstract boolean |
wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.
|
fini, internalTransformtransform, transform, transformpublic abstract boolean wantTag(Tag t)
wantTag in class TagAggregatorpublic abstract String aggregatedName()
aggregatedName in class TagAggregatorpublic void considerTag(Tag t, Unit u, LinkedList<Tag> tags, LinkedList<Unit> units)
considerTag in class TagAggregatorCopyright © 2020 Soot OSS. All rights reserved.