groovy.lang
Class MetaClassImpl.DummyMetaMethod
java.lang.Object
org.codehaus.groovy.reflection.ParameterTypes
groovy.lang.MetaMethod
groovy.lang.MetaClassImpl.DummyMetaMethod
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- MetaClassImpl
private static class MetaClassImpl.DummyMetaMethod
- extends MetaMethod
Methods inherited from class groovy.lang.MetaMethod |
checkParameters, clone, doMethodInvoke, equal, equal, getDescriptor, getMopName, getSignature, isCacheable, isMethod, isPrivate, isProtected, isPublic, isSame, isStatic, processDoMethodInvokeException, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MetaClassImpl.DummyMetaMethod
private MetaClassImpl.DummyMetaMethod()
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in class MetaMethod
getName
public java.lang.String getName()
- Specified by:
getName
in class MetaMethod
getReturnType
public java.lang.Class getReturnType()
- Specified by:
getReturnType
in class MetaMethod
getDeclaringClass
public CachedClass getDeclaringClass()
- Specified by:
getDeclaringClass
in class MetaMethod
getParamTypes
public ParameterTypes getParamTypes()
invoke
public java.lang.Object invoke(java.lang.Object object,
java.lang.Object[] arguments)
- Specified by:
invoke
in class MetaMethod
Copyright © ${year} The Codehaus. All Rights Reserved.