| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultCachedMethodKey
public class DefaultCachedMethodKey extends MethodKey
A default implementation of MethodKey
| Constructor Summary | |
            DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)
             | 
        |
| Method Summary | |
|---|---|
            int
         | 
        
            getParameterCount()
             | 
        
            Class
         | 
        
            getParameterType(int index)
             | 
        
| Methods inherited from class MethodKey | |
|---|---|
| createCopy, createHashCode, equals, equals, getName, getParameterCount, getParameterType, getParamterTypes, hashCode, toString | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)
| Method Detail | 
|---|
public int getParameterCount()
public Class getParameterType(int index)
Copyright © 2003-2010 The Codehaus. All rights reserved.