ptolemy.copernicus.kernel
Class GrimpTransformer

java.lang.Object
  extended by soot.Transformer
      extended by soot.SceneTransformer
          extended by ptolemy.copernicus.kernel.GrimpTransformer

public class GrimpTransformer
extends soot.SceneTransformer

A Transformer that creates a GrimpBody from the active body. GrimpBodies are better to create class files from because they have constructor bytecode that look like avac's constructors

Since:
Ptolemy II 4.0
Version:
$Id: GrimpTransformer.java,v 1.21 2006/08/22 15:55:30 cxh Exp $
Author:
Stephen Neuendorffer
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Constructor Summary
GrimpTransformer()
           
 
Method Summary
protected  void internalTransform(java.lang.String phaseName, java.util.Map options)
           
static GrimpTransformer v()
          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
 

Constructor Detail

GrimpTransformer

public GrimpTransformer()
Method Detail

v

public static GrimpTransformer v()
Return an instance of this transformer that will operate on the given model.


internalTransform

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