public class TypeAssigner extends BodyTransformer
| Constructor and Description |
|---|
TypeAssigner(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignoreWrongStaticNess() |
protected void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map options)
Assign types to local variables.
|
static TypeAssigner |
v() |
transform, transform, transformpublic TypeAssigner(Singletons.Global g)
public static TypeAssigner v()
public boolean ignoreWrongStaticNess()
protected void internalTransform(Body b, java.lang.String phaseName, java.util.Map options)
internalTransform 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 © 2012-2019 RoboVM AB. All Rights Reserved.