groovy.lang
Class MetaClassImpl.DummyMetaMethod

java.lang.Object
  extended by org.codehaus.groovy.reflection.ParameterTypes
      extended by groovy.lang.MetaMethod
          extended by groovy.lang.MetaClassImpl.DummyMetaMethod
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
MetaClassImpl

private static class MetaClassImpl.DummyMetaMethod
extends MetaMethod


Field Summary
 
Fields inherited from class org.codehaus.groovy.reflection.ParameterTypes
isVargsMethod, nativeParamTypes, parameterTypes
 
Constructor Summary
private MetaClassImpl.DummyMetaMethod()
           
 
Method Summary
 CachedClass getDeclaringClass()
           
 int getModifiers()
           
 java.lang.String getName()
           
 ParameterTypes getParamTypes()
           
 java.lang.Class getReturnType()
           
 java.lang.Object invoke(java.lang.Object object, java.lang.Object[] arguments)
           
 
Methods inherited from class groovy.lang.MetaMethod
checkParameters, clone, doMethodInvoke, 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, isValidMethod, isVargsMethod, setParametersTypes
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaClassImpl.DummyMetaMethod

private MetaClassImpl.DummyMetaMethod()
Method Detail

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.