public class FieldTagAggregator extends TagAggregator
| Constructor and Description |
|---|
FieldTagAggregator(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)
Aggregate the given tag assigned to the given unit
|
protected void |
internalTransform(Body b,
String phaseName,
Map options)
This method is called to perform the transformation itself.
|
static FieldTagAggregator |
v() |
boolean |
wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.
|
finitransform, transform, transformpublic FieldTagAggregator(Singletons.Global g)
public static FieldTagAggregator v()
protected void internalTransform(Body b, String phaseName, Map options)
BodyTransformerinternalTransform in class TagAggregatorb - the body on which to apply the transformationphaseName - the phasename for this transform; not typically used by implementations.options - the actual computed options; a combination of default options and Scene specified options.public boolean wantTag(Tag t)
wantTag in class TagAggregatorpublic void considerTag(Tag t, Unit u, LinkedList<Tag> tags, LinkedList<Unit> units)
TagAggregatorconsiderTag in class TagAggregatorpublic String aggregatedName()
TagAggregatoraggregatedName in class TagAggregatorCopyright © 2020 Soot OSS. All rights reserved.