org.codehaus.groovy.runtime
Class TransformMetaMethod

java.lang.Object
  extended by groovy.lang.MetaMethod
      extended by org.codehaus.groovy.runtime.TransformMetaMethod
All Implemented Interfaces:
Cloneable

public class TransformMetaMethod
extends MetaMethod

A MetaMethod implementation useful for implementing coercion based invocations

Version:
$Revision: 4254 $
Author:
James Strachan

Constructor Summary
TransformMetaMethod(MetaMethod metaMethod)
           
 
Method Summary
 Object invoke(Object object, Object[] arguments)
           
 
Methods inherited from class groovy.lang.MetaMethod
checkParameters, clone, compatibleModifiers, equal, getCallClass, getDeclaringClass, getInterfaceClass, getMethodIndex, getModifiers, getName, getParameterTypes, getReflector, getReturnType, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, setCallClass, setInterfaceClass, setMethodIndex, setReflector, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformMetaMethod

public TransformMetaMethod(MetaMethod metaMethod)
Method Detail

invoke

public Object invoke(Object object,
                     Object[] arguments)
Overrides:
invoke in class MetaMethod


Copyright © 2003-2009 The Codehaus. All Rights Reserved.