public class AvailExprTagger extends BodyTransformer
| Constructor and Description |
|---|
AvailExprTagger(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalTransform(Body b,
String phaseName,
Map opts)
This method is called to perform the transformation itself.
|
static AvailExprTagger |
v() |
transform, transform, transformpublic AvailExprTagger(Singletons.Global g)
public static AvailExprTagger v()
protected void internalTransform(Body b, String phaseName, Map opts)
BodyTransformerinternalTransform in class BodyTransformerb - the body on which to apply the transformationphaseName - the phasename for this transform; not typically used by implementations.opts - the actual computed options; a combination of default options and Scene specified options.Copyright © 2020 Soot OSS. All rights reserved.