org.codehaus.groovy.runtime
Class TemporaryMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.TemporaryMethodKey
- public class TemporaryMethodKey
- extends MethodKey
A temporary implementation of MethodKey used to perform a fast lookup
for a method using a set of arguments to a method
- Version:
- $Revision: 1.2 $
- Author:
- James Strachan
Constructor Summary |
TemporaryMethodKey(java.lang.String name,
java.lang.Object[] parameterValues)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TemporaryMethodKey
public TemporaryMethodKey(java.lang.String name,
java.lang.Object[] parameterValues)
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-2004 The Codehaus. All Rights Reserved.