org.codehaus.groovy.runtime
Class DefaultMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.DefaultMethodKey
- public class DefaultMethodKey
- extends MethodKey
A default implementation of MethodKey
- Version:
- $Revision: 1.1 $
- Author:
- James Strachan
Fields inherited from class org.codehaus.groovy.runtime.MethodKey |
|
Constructor Summary |
DefaultMethodKey(java.lang.String name,
java.lang.Class[] parameterTypes)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
parameterTypes
private java.lang.Class[] parameterTypes
DefaultMethodKey
public DefaultMethodKey(java.lang.String name,
java.lang.Class[] parameterTypes)
getParameterCount
public int getParameterCount()
- Specified by:
getParameterCount
in class MethodKey
getParameterType
public java.lang.Class getParameterType(int index)
- Specified by:
getParameterType
in class MethodKey
Copyright © 2003-2005 The Codehaus. All Rights Reserved.