public class PartialConstructorFolder extends BodyTransformer
| Constructor and Description |
|---|
PartialConstructorFolder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getTypes() |
void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map options)
This method pushes all newExpr down to be the stmt directly before every
invoke of the init only if they are in the types list
|
void |
setTypes(java.util.List t) |
transform, transform, transformpublic void setTypes(java.util.List t)
public java.util.List getTypes()
public 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.