soot.jbco.jimpleTransformations
Class BuildIntermediateAppClasses

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

public class BuildIntermediateAppClasses
extends SceneTransformer
implements IJbcoTransform

Author:
Michael Batchelder Created on 1-Feb-2006 This class builds buffer classes between Application classes and their corresponding library superclasses. This allows for the hiding of all library method overrides to be hidden in a different class, thereby cloaking somewhat the mechanisms.

Field Summary
static String[] dependancies
           
static String name
           
 
Fields inherited from interface soot.jbco.IJbcoTransform
debug, out, output
 
Constructor Summary
BuildIntermediateAppClasses()
           
 
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
Constructor Detail

BuildIntermediateAppClasses

public BuildIntermediateAppClasses()
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