polyglot.ext.coffer.ast
Class CofferMethodDecl_c.GetType

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

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


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

CofferMethodDecl_c.GetType

public CofferMethodDecl_c.GetType()
Method Detail

transform

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