org.codehaus.groovy.runtime
Class ReflectionMetaMethod
java.lang.Object
groovy.lang.MetaMethod
org.codehaus.groovy.runtime.ReflectionMetaMethod
- All Implemented Interfaces:
- Cloneable
public class ReflectionMetaMethod
- extends MetaMethod
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 |
ReflectionMetaMethod
public ReflectionMetaMethod(Method method)
invoke
public Object invoke(Object object,
Object[] arguments)
- Overrides:
invoke
in class MetaMethod
Copyright © 2003-2010 The Codehaus. All Rights Reserved.