| Package | Description |
|---|---|
| org.myire.scent.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
MethodMetrics.Kind |
MethodMetrics.getKind() |
Get the method's kind.
|
static MethodMetrics.Kind |
MethodMetrics.Kind.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MethodMetrics.Kind[] |
MethodMetrics.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
MethodMetrics(java.lang.String pName,
MethodMetrics.Kind pKind) |
Create a new
MethodMetrics. |