public class CastCheckEliminatorDumper extends BodyTransformer
Constructor and Description |
---|
CastCheckEliminatorDumper(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultOptions() |
protected void |
internalTransform(Body b,
String phaseName,
Map options)
This method is called to perform the transformation itself.
|
static CastCheckEliminatorDumper |
v() |
transform, transform, transform
public CastCheckEliminatorDumper(Singletons.Global g)
public static CastCheckEliminatorDumper v()
public String getDefaultOptions()
protected void internalTransform(Body b, String phaseName, 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.Copyright © 2020 Sable. All rights reserved.