org.codehaus.groovy.runtime
Class ReflectionMetaMethod

java.lang.Object
  extended bygroovy.lang.MetaMethod
      extended byorg.codehaus.groovy.runtime.ReflectionMetaMethod
All Implemented Interfaces:
Cloneable

public class ReflectionMetaMethod
extends MetaMethod


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

Constructor Detail

ReflectionMetaMethod

public ReflectionMetaMethod(Method method)
Method Detail

invoke

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


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