|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
org.codehaus.griffon.runtime.util.CallableWithArgsMetaMethod
public class CallableWithArgsMetaMethod extends MetaMethod
Field Summary | |
---|---|
private CallableWithArgs |
callable
|
private Class |
declaringClass
|
private String |
name
|
Constructor Summary | |
CallableWithArgsMetaMethod(String name, Class declaringClass, CallableWithArgs callable, Class[] parameterTypes)
|
Method Summary | |
---|---|
CachedClass
|
getDeclaringClass()
|
int
|
getModifiers()
|
String
|
getName()
|
Class
|
getReturnType()
|
Object
|
invoke(Object object, Object[] arguments)
|
Methods inherited from class ParameterTypes | |
---|---|
getParameterTypes, getNativeParameterTypes, isValidMethod, isValidMethod, coerceArgumentsToClasses, isVargsMethod, correctArguments, isValidExactMethod, isValidExactMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private final CallableWithArgs callable
private final Class declaringClass
private final String name
Constructor Detail |
---|
public CallableWithArgsMetaMethod(String name, Class declaringClass, CallableWithArgs callable, Class[] parameterTypes)
Method Detail |
---|
public CachedClass getDeclaringClass()
public int getModifiers()
public String getName()
public Class getReturnType()
public Object invoke(Object object, Object[] arguments)
Groovy Documentation