Package org.codehaus.groovy.runtime
Class DefaultMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultMethodKey
A default implementation of MethodKey
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultMethodKey(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper)  - 
Method Summary
Methods inherited from class org.codehaus.groovy.runtime.MethodKey
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString 
- 
Constructor Details
- 
DefaultMethodKey
 
 - 
 - 
Method Details
- 
getParameterCount
public int getParameterCount()- Specified by:
 getParameterCountin classMethodKey
 - 
getParameterType
- Specified by:
 getParameterTypein classMethodKey
 
 -