public class ThisInliner extends BodyTransformer
Constructor and Description |
---|
ThisInliner() |
Modifier and Type | Method and Description |
---|---|
void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map options)
This method is called to perform the transformation itself.
|
transform, transform, transform
public void internalTransform(Body b, java.lang.String phaseName, java.util.Map options)
BodyTransformer
internalTransform
in class BodyTransformer
b
- 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.