Package ptolemy.copernicus.kernel
Class KernelMain._IgnoreAllApplicationClasses
- java.lang.Object
-
- soot.Transformer
-
- soot.SceneTransformer
-
- ptolemy.copernicus.kernel.KernelMain._IgnoreAllApplicationClasses
-
- Enclosing class:
- KernelMain
public static class KernelMain._IgnoreAllApplicationClasses extends soot.SceneTransformer
-
-
Constructor Summary
Constructors Constructor Description _IgnoreAllApplicationClasses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 classsoot.SceneTransformer
- Parameters:
phaseName
- The phase this transform is operating under.options
- The options to apply.
-
-