public abstract static class Production.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 Production.ItemKind |
getKind()
Describes the kind of item
this is |
public abstract Production.ItemKind getKind()
this is