polyglot.ext.param.types
Class Subst_c.ConstructorXform

java.lang.Object
  extended by polyglot.ext.param.types.Subst_c.ConstructorXform
All Implemented Interfaces:
Transformation
Enclosing class:
Subst_c

public class Subst_c.ConstructorXform
extends java.lang.Object
implements Transformation

Function object for transforming constructors.


Field Summary
 
Fields inherited from interface polyglot.util.Transformation
NOTHING
 
Constructor Summary
Subst_c.ConstructorXform()
           
 
Method Summary
 java.lang.Object transform(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subst_c.ConstructorXform

public Subst_c.ConstructorXform()
Method Detail

transform

public java.lang.Object transform(java.lang.Object o)
Specified by:
transform in interface Transformation