|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.util.MethodUtils.MethodDescriptor
private static class MethodUtils.MethodDescriptor
Represents the key to looking up a Method by reflection.
| Field Summary | |
|---|---|
private Class |
cls
|
private boolean |
exact
|
private int |
hashCode
|
private String |
methodName
|
private Class[] |
paramTypes
|
| Constructor Summary | |
MethodUtils.MethodDescriptor(Class cls, String methodName, Class[] paramTypes, boolean exact)
The sole constructor. |
|
| Method Summary | |
|---|---|
boolean
|
equals(Object obj)
Checks for equality. |
int
|
hashCode()
Returns the string length of method name. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Class cls
private boolean exact
private int hashCode
private String methodName
private Class[] paramTypes
| Constructor Detail |
|---|
public MethodUtils.MethodDescriptor(Class cls, String methodName, Class[] paramTypes, boolean exact)
cls - the class to reflect, must not be nullmethodName - the method name to obtainparamTypes - the array of classes representing the paramater typesexact - whether the match has to be exact.
| Method Detail |
|---|
public boolean equals(Object obj)
obj - object to be tested for equality
public int hashCode()
Groovy Documentation