Class TemporaryMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.metaclass.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
- 
Constructor Summary
Constructors Constructor Description TemporaryMethodKey(java.lang.Class sender, java.lang.String name, java.lang.Object[] parameterValues, boolean isCallToSuper) - 
Method Summary
Modifier and Type Method Description intgetParameterCount()java.lang.ClassgetParameterType(int index)Methods inherited from class org.codehaus.groovy.runtime.MethodKey
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Constructor Details
- 
TemporaryMethodKey
public TemporaryMethodKey(java.lang.Class sender, java.lang.String name, java.lang.Object[] parameterValues, boolean isCallToSuper) 
 - 
 - 
Method Details
- 
getParameterCount
public int getParameterCount()- Specified by:
 getParameterCountin classMethodKey
 - 
getParameterType
public java.lang.Class getParameterType(int index)- Specified by:
 getParameterTypein classMethodKey
 
 -