public class ClassRenamer extends SceneTransformer implements IJbcoTransform
Modifier and Type | Field and Description |
---|---|
static String[] |
dependancies |
static String |
name |
static HashMap<String,SootClass> |
newNameToClass |
static HashMap<String,String> |
oldToNewClassNames |
debug, out, output
Constructor and Description |
---|
ClassRenamer() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDependancies() |
String |
getName() |
static String |
getNamePrefix(String fullName) |
static String |
getNewName(String prefix) |
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 void outputSummary()
outputSummary
in interface IJbcoTransform
public String[] getDependancies()
getDependancies
in interface IJbcoTransform
public String getName()
getName
in interface IJbcoTransform
protected void internalTransform(String phaseName, Map<String,String> options)
SceneTransformer
internalTransform
in class SceneTransformer