|
|||||||||||
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(MetaMethod metaMethod)
|
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, isMethod, isPrivate, isProtected, 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(MetaMethod metaMethod)
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 |