org.codehaus.groovy.runtime.metaclass
Class TemporaryMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.metaclass.TemporaryMethodKey
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
- author:
- James Strachan
- version:
- $Revision: 7922 $
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
TemporaryMethodKey
public TemporaryMethodKey(Class sender, String name, Object[] parameterValues, boolean isCallToSuper)
-
getParameterCount
public int getParameterCount()
-
getParameterType
public Class getParameterType(int index)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.