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