public class LineNumberTagAggregator extends FirstTagAggregator
tags, units| Constructor and Description |
|---|
LineNumberTagAggregator(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
aggregatedName()
Return name of the resulting aggregated tag.
|
void |
considerTag(Tag t,
Unit u)
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 java.lang.String aggregatedName()
FirstTagAggregatoraggregatedName in class FirstTagAggregatorpublic void considerTag(Tag t, Unit u)
FirstTagAggregatorconsiderTag in class FirstTagAggregator