ptolemy.copernicus.kernel
Class KernelMain._IgnoreAllApplicationClasses

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by ptolemy.copernicus.kernel.KernelMain._IgnoreAllApplicationClasses
Enclosing class:
KernelMain

public static class KernelMain._IgnoreAllApplicationClasses
extends soot.SceneTransformer


Constructor Summary
KernelMain._IgnoreAllApplicationClasses()
           
 
Method Summary
protected  void internalTransform(java.lang.String phaseName, java.util.Map options)
          Transform the Scene according to the information specified in the model for this transform.
 
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
 

Constructor Detail

KernelMain._IgnoreAllApplicationClasses

public KernelMain._IgnoreAllApplicationClasses()
Method Detail

internalTransform

protected void internalTransform(java.lang.String phaseName,
                                 java.util.Map options)
Transform the Scene according to the information specified in the model for this transform.

Specified by:
internalTransform in class soot.SceneTransformer
Parameters:
phaseName - The phase this transform is operating under.
options - The options to apply.