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 SummaryConstructors Constructor Description DefaultCachedMethodKey(java.lang.Class sender, java.lang.String name, CachedClass[] parameterTypes, boolean isCallToSuper)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParameterCount()java.lang.ClassgetParameterType(int index)- 
Methods inherited from class org.codehaus.groovy.runtime.MethodKeycreateCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DefaultCachedMethodKeypublic DefaultCachedMethodKey(java.lang.Class sender, java.lang.String name, CachedClass[] parameterTypes, boolean isCallToSuper)
 
- 
 - 
Method Detail- 
getParameterCountpublic int getParameterCount() - Specified by:
- getParameterCountin class- MethodKey
 
 - 
getParameterTypepublic java.lang.Class getParameterType(int index) - Specified by:
- getParameterTypein class- MethodKey
 
 
- 
 
-