org.codehaus.groovy.runtime
Class DefaultCachedMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultCachedMethodKey
public class DefaultCachedMethodKey
- extends MethodKey
A default implementation of MethodKey
- Version:
- $Revision: 7922 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
parameterTypes
private final CachedClass[] parameterTypes
DefaultCachedMethodKey
public DefaultCachedMethodKey(java.lang.Class sender,
java.lang.String name,
CachedClass[] parameterTypes,
boolean isCallToSuper)
getParameterCount
public int getParameterCount()
- Specified by:
getParameterCount
in class MethodKey
getParameterType
public java.lang.Class getParameterType(int index)
- Specified by:
getParameterType
in class MethodKey
Copyright © ${year} The Codehaus. All Rights Reserved.