public class DexNullInstanceofTransformer extends BodyTransformer
| Constructor and Description |
|---|
DexNullInstanceofTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalTransform(Body b,
String phaseName,
Map<String,String> options)
This method is called to perform the transformation itself.
|
static DexNullInstanceofTransformer |
v() |
transform, transform, transformpublic static DexNullInstanceofTransformer v()
protected void internalTransform(Body b, String phaseName, Map<String,String> options)
BodyTransformerinternalTransform in class BodyTransformerb - 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 © 2021 Soot OSS. All rights reserved.