polyglot.ext.coffer.ast
Class CofferConstructorDecl_c.GetType

java.lang.Object
  extended by polyglot.ext.coffer.ast.CofferConstructorDecl_c.GetType
All Implemented Interfaces:
Transformation
Enclosing class:
CofferConstructorDecl_c

public class CofferConstructorDecl_c.GetType
extends java.lang.Object
implements Transformation


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

CofferConstructorDecl_c.GetType

public CofferConstructorDecl_c.GetType()
Method Detail

transform

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