public class DominatorsTagger extends BodyTransformer
| Constructor and Description |
|---|
DominatorsTagger(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map opts)
This method is called to perform the transformation itself.
|
static DominatorsTagger |
v() |
transform, transform, transformpublic DominatorsTagger(Singletons.Global g)
public static DominatorsTagger v()
protected void internalTransform(Body b, java.lang.String phaseName, java.util.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 © 2012-2019 RoboVM AB. All Rights Reserved.