ptolemy.copernicus.java
Class FieldOptimizationTransformer

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by ptolemy.copernicus.java.FieldOptimizationTransformer

public class FieldOptimizationTransformer
extends soot.SceneTransformer

A Transformer that is responsible for inlining the values of parameters. The values of the parameters are taken from the model specified for this transformer.

Since:
Ptolemy II 2.0
Version:
$Id: FieldOptimizationTransformer.java,v 1.31 2006/09/21 15:39:48 cxh Exp $
Author:
Stephen Neuendorffer
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Method Summary
protected  void internalTransform(java.lang.String phaseName, java.util.Map options)
           
static FieldOptimizationTransformer v(CompositeActor model)
          Return an instance of this transformer that will operate on the given model.
 
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
 

Method Detail

v

public static FieldOptimizationTransformer v(CompositeActor model)
Return an instance of this transformer that will operate on the given model. The model is assumed to already have been properly initialized so that resolved types and other static properties of the model can be inspected.


internalTransform

protected void internalTransform(java.lang.String phaseName,
                                 java.util.Map options)
Specified by:
internalTransform in class soot.SceneTransformer