public class BusyCodeMotion extends BodyTransformer
CriticalEdgeRemover| Constructor and Description |
|---|
BusyCodeMotion(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map opts)
performs the busy code motion.
|
static BusyCodeMotion |
v() |
transform, transform, transformpublic BusyCodeMotion(Singletons.Global g)
public static BusyCodeMotion v()
protected void internalTransform(Body b, java.lang.String phaseName, java.util.Map opts)
internalTransform 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 © 2012-2019 RoboVM AB. All Rights Reserved.