soot.jbco.jimpleTransformations
Class MethodRenamer

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by soot.jbco.jimpleTransformations.MethodRenamer
All Implemented Interfaces:
IJbcoTransform

public class MethodRenamer
extends SceneTransformer
implements IJbcoTransform

Author:
Michael Batchelder Created on 24-Jan-2006

Field Summary
static String[] dependancies
           
static String name
           
static Vector namesToNotRename
           
static HashMap<String,String> oldToNewMethodNames
           
 
Fields inherited from interface soot.jbco.IJbcoTransform
debug, out, output
 
Constructor Summary
MethodRenamer()
           
 
Method Summary
 String[] getDependancies()
           
 String getName()
           
static String getNewName()
           
protected  void internalTransform(String phaseName, Map options)
          Performs the transformation on the Scene, under the given phaseName and with the given Options.
 void outputSummary()
           
 
Methods inherited from class soot.SceneTransformer
transform, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependancies

public static String[] dependancies

name

public static String name

namesToNotRename

public static Vector namesToNotRename

oldToNewMethodNames

public static HashMap<String,String> oldToNewMethodNames
Constructor Detail

MethodRenamer

public MethodRenamer()
Method Detail

getDependancies

public String[] getDependancies()
Specified by:
getDependancies in interface IJbcoTransform

getName

public String getName()
Specified by:
getName in interface IJbcoTransform

outputSummary

public void outputSummary()
Specified by:
outputSummary in interface IJbcoTransform

internalTransform

protected void internalTransform(String phaseName,
                                 Map options)
Description copied from class: SceneTransformer
Performs the transformation on the Scene, under the given phaseName and with the given Options.

Specified by:
internalTransform in class SceneTransformer

getNewName

public static String getNewName()