|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.runtime.MethodKey
public abstract class MethodKey extends Object
An abstract base class for a key used for comparators and Map keys to lookup a method by name and parameter types
Constructor Summary | |
MethodKey(Class sender, String name, boolean isCallToSuper)
|
Method Summary | |
---|---|
MethodKey
|
createCopy()
Creates an immutable copy that we can cache. |
protected int
|
createHashCode()
|
boolean
|
equals(Object that)
|
boolean
|
equals(MethodKey that)
|
String
|
getName()
|
int
|
getParameterCount()
|
Class
|
getParameterType(int index)
|
List
|
getParamterTypes()
|
int
|
hashCode()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public MethodKey(Class sender, String name, boolean isCallToSuper)
Method Detail |
---|
public MethodKey createCopy()
protected int createHashCode()
public boolean equals(Object that)
public boolean equals(MethodKey that)
public String getName()
public int getParameterCount()
public Class getParameterType(int index)
public List getParamterTypes()
public int hashCode()
public String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.