[Java] Class DefaultMethodKey
- org.codehaus.groovy.runtime.DefaultMethodKey
A default implementation of MethodKey
- Authors:
- James Strachan
Constructor Summary
Constructor and description |
---|
DefaultMethodKey
(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
int |
getParameterCount() | |
Class |
getParameterType(int index) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MethodKey | createCopy, createHashCode, equals, equals, getName, getParameterCount, getParameterType, getParamterTypes, hashCode, toString |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public DefaultMethodKey(Class sender, String name, Class[] parameterTypes, boolean isCallToSuper)
Method Detail
public int getParameterCount()
public Class getParameterType(int index)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/DefaultMethodKey.html