polyglot.ext.coffer.types
Class CofferSubst_c.ConstraintXform

java.lang.Object
  extended by polyglot.ext.coffer.types.CofferSubst_c.ConstraintXform
All Implemented Interfaces:
Transformation
Enclosing class:
CofferSubst_c

public class CofferSubst_c.ConstraintXform
extends java.lang.Object
implements Transformation


Field Summary
 
Fields inherited from interface polyglot.util.Transformation
NOTHING
 
Constructor Summary
CofferSubst_c.ConstraintXform()
           
 
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

CofferSubst_c.ConstraintXform

public CofferSubst_c.ConstraintXform()
Method Detail

transform

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