Class TemporaryMethodKey
java.lang.Object
org.codehaus.groovy.runtime.MethodKey
org.codehaus.groovy.runtime.metaclass.TemporaryMethodKey
A temporary implementation of MethodKey used to perform a fast lookup
 for a method using a set of arguments to a method
- 
Constructor SummaryConstructorsConstructorDescriptionTemporaryMethodKey(Class sender, String name, Object[] parameterValues, boolean isCallToSuper) 
- 
Method SummaryMethods inherited from class org.codehaus.groovy.runtime.MethodKeycreateCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString
- 
Constructor Details- 
TemporaryMethodKey
 
- 
- 
Method Details- 
getParameterCountpublic int getParameterCount()- Specified by:
- getParameterCountin class- MethodKey
 
- 
getParameterType- Specified by:
- getParameterTypein class- MethodKey
 
 
-