public class FieldTagger extends BodyTransformer
| Constructor and Description |
|---|
FieldTagger(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureProcessed(SootMethod m) |
protected void |
internalTransform(Body body,
String phaseName,
Map options)
This method is called to perform the transformation itself.
|
static FieldTagger |
v() |
transform, transform, transformpublic FieldTagger(Singletons.Global g)
public static FieldTagger v()
protected void ensureProcessed(SootMethod m)
protected void internalTransform(Body body, String phaseName, Map options)
BodyTransformerinternalTransform in class BodyTransformerbody - 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.Copyright © 2020 Soot OSS. All rights reserved.