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, internalTransform
transform, transform, transform
public LineNumberTagAggregator(Singletons.Global g)
public static LineNumberTagAggregator v()
public boolean wantTag(Tag t)
wantTag
in class FirstTagAggregator
public String aggregatedName()
FirstTagAggregator
aggregatedName
in class FirstTagAggregator
public void considerTag(Tag t, Unit u, LinkedList<Tag> tags, LinkedList<Unit> units)
FirstTagAggregator
considerTag
in class FirstTagAggregator