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(Class sender, String name, Object[] parameterValues, boolean isCallToSuper) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParameterCount()ClassgetParameterType(int index)- 
Methods inherited from class org.codehaus.groovy.runtime.MethodKey
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getParameterCount
public int getParameterCount()
- Specified by:
 getParameterCountin classMethodKey
 
- 
getParameterType
public Class getParameterType(int index)
- Specified by:
 getParameterTypein classMethodKey
 
 - 
 
 -