Package ptolemy.copernicus.kernel
Class TransformerAdapter
- java.lang.Object
-
- soot.Transformer
-
- soot.SceneTransformer
-
- ptolemy.copernicus.kernel.TransformerAdapter
-
public class TransformerAdapter extends soot.SceneTransformer
An adapter that turns a body transformer into a scene transformer. This applies the transformer specified in the constructor to all of the bodies in the scene.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Steve Neuendorffer
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description TransformerAdapter(java.util.List transformers)
Construct a new transformer that executes the list of body transformersTransformerAdapter(soot.BodyTransformer transformer)
Construct a new transformer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
internalTransform(java.lang.String phaseName, java.util.Map options)
-