|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
DefaultMethodKey(Class sender, String name, Class[] 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 DefaultMethodKey(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper)
Method Detail |
---|
public int getParameterCount()
public Class getParameterType(int index)
Copyright © 2003-2013 The Codehaus. All rights reserved.