|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultMethodKey
A default implementation of MethodKey
Constructor Summary | |
DefaultMethodKey(java.lang.String name,
java.lang.Class[] parameterTypes)
|
Method Summary | |
int |
getParameterCount()
|
java.lang.Class |
getParameterType(int index)
|
Methods inherited from class org.codehaus.groovy.runtime.MethodKey |
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultMethodKey(java.lang.String name, java.lang.Class[] parameterTypes)
Method Detail |
public int getParameterCount()
getParameterCount
in class MethodKey
public java.lang.Class getParameterType(int index)
getParameterType
in class MethodKey
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |