Package 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
-
-
Constructor Summary
Constructors Constructor Description DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParameterCount()ClassgetParameterType(int index)-
Methods inherited from class org.codehaus.groovy.runtime.MethodKey
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString
-
-
-
-
Constructor Detail
-
DefaultCachedMethodKey
public DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)
-
-
Method Detail
-
getParameterCount
public int getParameterCount()
- Specified by:
getParameterCountin classMethodKey
-
getParameterType
public Class getParameterType(int index)
- Specified by:
getParameterTypein classMethodKey
-
-