Package | Description |
---|---|
org.stekikun.dolmen.unparam |
Modifier and Type | Method and Description |
---|---|
abstract Production.ItemKind |
Production.Item.getKind()
Describes the kind of item
this is |
Production.ItemKind |
Production.ActionItem.getKind() |
Production.ItemKind |
Production.Continue.getKind() |
Production.ItemKind |
Production.Actual.getKind() |
static Production.ItemKind |
Production.ItemKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Production.ItemKind[] |
Production.ItemKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|