|
|||||||||||
| 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
| Field Summary | |
private MetaMethod |
metaMethod
|
| Fields inherited from class groovy.lang.MetaMethod |
|
| 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, 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 MetaMethod metaMethod
| 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 MetaMethodjava.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||