On this page
[Java] Class DefaultCachedMethodKey
- org.codehaus.groovy.runtime.DefaultCachedMethodKey
public class DefaultCachedMethodKey
extends MethodKey
A default implementation of MethodKey
Constructor Summary
Constructor and description |
---|
DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public int |
getParameterCount() |
|
public Class |
getParameterType(int index) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MethodKey |
createCopy, createHashCode, equals, equals, getName, getParameterCount, getParameterType, getParamterTypes, hashCode, toString |
Constructor Detail
public DefaultCachedMethodKey(Class sender, String name, CachedClass[] parameterTypes, boolean isCallToSuper)
Method Detail
@Override public int getParameterCount()
@Override public Class getParameterType(int index)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/runtime/DefaultCachedMethodKey.html