soot.jbco.jimpleTransformations
Class CollectConstants

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

public class CollectConstants
extends SceneTransformer
implements IJbcoTransform

Author:
Michael Batchelder Created on 31-May-2006

Field Summary
static HashMap<Constant,SootField> constantsToFields
           
static String[] dependancies
           
static SootField field
           
static String name
           
static HashMap<Type,List<Constant>> typesToValues
           
 
Fields inherited from interface soot.jbco.IJbcoTransform
debug, out, output
 
Constructor Summary
CollectConstants()
           
 
Method Summary
 String[] getDependancies()
           
 String getName()
           
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

constantsToFields

public static HashMap<Constant,SootField> constantsToFields

typesToValues

public static HashMap<Type,List<Constant>> typesToValues

field

public static SootField field
Constructor Detail

CollectConstants

public CollectConstants()
Method Detail

outputSummary

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

getDependancies

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

getName

public String getName()
Specified by:
getName 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