org.codehaus.groovy.runtime
Class TransformMetaMethod
java.lang.Object
groovy.lang.MetaMethod
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: 1.1 $
- Author:
- James Strachan
Methods inherited from class groovy.lang.MetaMethod |
checkParameters, clone, compatibleModifiers, equal, getDeclaringClass, getInterfaceClass, getMethodIndex, getModifiers, getName, getParameterTypes, getReflector, getReturnType, isMethod, isPrivate, isProtected, isSame, isStatic, setInterfaceClass, setMethodIndex, setReflector, toString |
TransformMetaMethod
public TransformMetaMethod(MetaMethod metaMethod)
invoke
public Object invoke(Object object,
Object[] arguments)
throws Exception
- Overrides:
invoke
in class MetaMethod
- Throws:
Exception
Copyright © 2003-2004 The Codehaus. All Rights Reserved.