|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.MetaMethod
org.codehaus.groovy.runtime.ReflectionMetaMethod
Field Summary | |
(package private) boolean |
alreadySetAccessible
|
private java.lang.reflect.Method |
method
|
Fields inherited from class groovy.lang.MetaMethod |
|
Constructor Summary | |
ReflectionMetaMethod(java.lang.reflect.Method method)
|
Method Summary | |
java.lang.Object |
invoke(java.lang.Object object,
java.lang.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, setInterfaceClass, setMethodIndex, setReflector, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.reflect.Method method
boolean alreadySetAccessible
Constructor Detail |
public ReflectionMetaMethod(java.lang.reflect.Method method)
Method Detail |
public java.lang.Object invoke(java.lang.Object object, java.lang.Object[] arguments) throws java.lang.Exception
invoke
in class MetaMethod
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |