|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.groovy.reflection.GeneratedMetaMethod
org.codehaus.groovy.reflection.GeneratedMetaMethod.Proxy
public static class GeneratedMetaMethod.Proxy
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.codehaus.groovy.reflection.GeneratedMetaMethod |
---|
GeneratedMetaMethod.DgmMethodRecord, GeneratedMetaMethod.Proxy |
Field Summary |
---|
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes |
---|
isVargsMethod, nativeParamTypes, parameterTypes |
Constructor Summary | |
---|---|
GeneratedMetaMethod.Proxy(String className,
String name,
CachedClass declaringClass,
Class returnType,
Class[] parameters)
|
Method Summary | |
---|---|
Object |
doMethodInvoke(Object object,
Object[] argumentArray)
|
Object |
invoke(Object object,
Object[] arguments)
|
boolean |
isValidMethod(Class[] arguments)
|
MetaMethod |
proxy()
|
Methods inherited from class org.codehaus.groovy.reflection.GeneratedMetaMethod |
---|
getDeclaringClass, getModifiers, getName, getReturnType |
Methods inherited from class groovy.lang.MetaMethod |
---|
checkParameters, clone, equal, equal, getDescriptor, getMopName, getSignature, isAbstract, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString |
Methods inherited from class org.codehaus.groovy.reflection.ParameterTypes |
---|
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getParameterTypes, getPT, isValidExactMethod, isValidExactMethod, isValidMethod, isVargsMethod, setParametersTypes |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeneratedMetaMethod.Proxy(String className, String name, CachedClass declaringClass, Class returnType, Class[] parameters)
Method Detail |
---|
public boolean isValidMethod(Class[] arguments)
isValidMethod
in class ParameterTypes
public Object doMethodInvoke(Object object, Object[] argumentArray)
doMethodInvoke
in class MetaMethod
public Object invoke(Object object, Object[] arguments)
invoke
in class MetaMethod
public final MetaMethod proxy()
|
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |