public class DefaultMethodKey
extends MethodKey
A default implementation of MethodKey
| Constructor and description |
|---|
DefaultMethodKey(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper)Constructs a method key with the specified parameters. |
| 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 |
Constructs a method key with the specified parameters.
sender - the sender classname - the method nameparameterTypes - the class types of the parametersisCallToSuper - whether this is a super method callCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.