|
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.RunnableWithArgsMetaMethod
public class RunnableWithArgsMetaMethod extends MetaMethod
| Field Summary | |
|---|---|
private Class |
declaringClass
|
private String |
name
|
private RunnableWithArgs |
runnable
|
| Constructor Summary | |
RunnableWithArgsMetaMethod(String name, Class declaringClass, RunnableWithArgs runnable, 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 Class declaringClass
private final String name
private final RunnableWithArgs runnable
| Constructor Detail |
|---|
public RunnableWithArgsMetaMethod(String name, Class declaringClass, RunnableWithArgs runnable, 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