|
||||||||||
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
public class 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, getCallClass, getDeclaringClass, getInterfaceClass, getMethodIndex, getModifiers, getName, getParameterTypes, getReflector, getReturnType, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, setCallClass, 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)
invoke
in class MetaMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |