public class BusyCodeMotion extends BodyTransformer
CriticalEdgeRemover
Constructor and Description |
---|
BusyCodeMotion(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
protected void |
internalTransform(Body b,
String phaseName,
Map<String,String> opts)
performs the busy code motion.
|
static BusyCodeMotion |
v() |
transform, transform, transform
public BusyCodeMotion(Singletons.Global g)
public static BusyCodeMotion v()
protected void internalTransform(Body b, String phaseName, Map<String,String> opts)
internalTransform
in class BodyTransformer
b
- 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 © 2021 Soot OSS. All rights reserved.