public class PaddleHook extends SceneTransformer
| Constructor and Description |
|---|
PaddleHook(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
finishPhases()
This is called when Soot finishes executing all interprocedural phases.
|
Object |
instantiate(String className) |
protected void |
internalTransform(String phaseName,
Map<String,String> options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
Object |
paddleG() |
IPaddleTransformer |
paddleTransformer() |
static PaddleHook |
v() |
transform, transform, transformpublic PaddleHook(Singletons.Global g)
public static PaddleHook v()
public IPaddleTransformer paddleTransformer()
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformerinternalTransform in class SceneTransformerpublic Object paddleG()
public void finishPhases()
Copyright © 2020 Soot OSS. All rights reserved.