|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.result.MethodKey
class MethodKey
Serves as a key in the Map of method --> MetricResult. This encapsulates the unique method information that enables distinguishing between multiple overridden methods (same name, different parameters).
Property Summary | |
---|---|
def |
methodName
|
def |
signature
|
Constructor Summary | |
MethodKey(String methodName)
|
|
MethodKey(org.codehaus.groovy.ast.MethodNode methodNode)
|
Method Summary | |
---|---|
boolean
|
equals(Object object)
|
int
|
hashCode()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final def methodName
final def signature
Constructor Detail |
---|
MethodKey(String methodName)
MethodKey(org.codehaus.groovy.ast.MethodNode methodNode)
Method Detail |
---|
@Override boolean equals(Object object)
@Override int hashCode()
@Override String toString()
Groovy Documentation