Package org.codehaus.groovy.runtime
Class DefaultMethodKey
- java.lang.Object
-
- org.codehaus.groovy.runtime.MethodKey
-
- org.codehaus.groovy.runtime.DefaultMethodKey
-
public class DefaultMethodKey extends MethodKey
A default implementation of MethodKey
-
-
Constructor Summary
Constructors Constructor Description DefaultMethodKey(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getParameterCount()
Class
getParameterType(int index)
-
Methods inherited from class org.codehaus.groovy.runtime.MethodKey
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString
-
-
-
-
Method Detail
-
getParameterCount
public int getParameterCount()
- Specified by:
getParameterCount
in classMethodKey
-
getParameterType
public Class getParameterType(int index)
- Specified by:
getParameterType
in classMethodKey
-
-