public class MethodRenamer extends SceneTransformer implements IJbcoTransform
Modifier and Type | Field and Description |
---|---|
static String[] |
dependancies |
static String |
name |
static Vector<?> |
namesToNotRename |
static HashMap<String,String> |
oldToNewMethodNames |
debug, out, output
Constructor and Description |
---|
MethodRenamer() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDependancies() |
String |
getName() |
static String |
getNewName() |
protected void |
internalTransform(String phaseName,
Map<String,String> options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
void |
outputSummary() |
transform, transform, transform
public static String[] dependancies
public static String name
public static Vector<?> namesToNotRename
public String[] getDependancies()
getDependancies
in interface IJbcoTransform
public String getName()
getName
in interface IJbcoTransform
public void outputSummary()
outputSummary
in interface IJbcoTransform
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformer
internalTransform
in class SceneTransformer
public static String getNewName()