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 and description | 
|---|
| TemporaryMethodKey(Class sender, String name, Object[] parameterValues, boolean isCallToSuper) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public int | getParameterCount() | 
|  | public Class | getParameterType(int index) | 
| Methods inherited from class | Name | 
|---|---|
| class MethodKey | createCopy, createHashCode, equals, equals, getName, getParameterCount, getParameterType, getParamterTypes, hashCode, toString | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.