public class LocalsToBitField extends BodyTransformer implements IJbcoTransform
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
dependancies |
static java.lang.String |
name |
debug, out, output| Constructor and Description |
|---|
LocalsToBitField() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDependancies() |
java.lang.String |
getName() |
protected void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map<java.lang.String,java.lang.String> options)
This method is called to perform the transformation itself.
|
void |
outputSummary() |
transform, transform, transformpublic static java.lang.String[] dependancies
public static java.lang.String name
public java.lang.String[] getDependancies()
getDependancies in interface IJbcoTransformpublic java.lang.String getName()
getName in interface IJbcoTransformpublic void outputSummary()
outputSummary in interface IJbcoTransformprotected void internalTransform(Body b, java.lang.String phaseName, java.util.Map<java.lang.String,java.lang.String> options)
BodyTransformerinternalTransform 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.