|
|||||||||||
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.TransformMetaMethod
A MetaMethod implementation useful for implementing coercion based invocations
Constructor Summary | |
TransformMetaMethod(groovy.lang.MetaMethod metaMethod)
|
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, setInterfaceClass, setMethodIndex, setReflector, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransformMetaMethod(groovy.lang.MetaMethod metaMethod)
Method Detail |
public Object invoke(Object object, Object[] arguments) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |