polyglot.util
Interface Transformation

All Known Implementing Classes:
CofferConstructorDecl_c.GetType, CofferConstructorInstance_c.GetType, CofferMethodDecl_c.GetType, CofferMethodInstance_c.GetType, CofferSubst_c.ConstraintXform, Subst_c.ConstructorXform, Subst_c.FieldXform, Subst_c.MethodXform, Subst_c.TypeXform

public interface Transformation

Transformation Overview: This interface provides a general means for transforming objects. The object 'NOTHING' should be returned if an object is to be removed.


Field Summary
static java.lang.Object NOTHING
           
 
Method Summary
 java.lang.Object transform(java.lang.Object o)
           
 

Field Detail

NOTHING

static final java.lang.Object NOTHING
Method Detail

transform

java.lang.Object transform(java.lang.Object o)