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 Summary
ConstructorDescriptionTemporaryMethodKey
(Class sender, String name, Object[] parameterValues, boolean isCallToSuper) -
Method Summary
Methods inherited from class org.codehaus.groovy.runtime.MethodKey
createCopy, createHashCode, equals, equals, getName, getParamterTypes, hashCode, toString
-
Constructor Details
-
TemporaryMethodKey
-
-
Method Details
-
getParameterCount
public int getParameterCount()- Specified by:
getParameterCount
in classMethodKey
-
getParameterType
- Specified by:
getParameterType
in classMethodKey
-