public abstract static class PProduction.Item extends Object
An extra special kind of item is the continuation which allows to reenter the current rule and can only be used last in a production.
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
abstract PProduction.ItemKind |
getKind()
Describes the kind of item
this is |
public abstract PProduction.ItemKind getKind()
this is