public static final class Production.Continue extends Production.Item
| Modifier and Type | Field and Description |
|---|---|
Located<String> |
cont
The location of the item (for error reporting)
|
| Constructor and Description |
|---|
Continue(Located<String> cont)
Builds a continuation item at the given location
|
| Modifier and Type | Method and Description |
|---|---|
Production.ItemKind |
getKind()
Describes the kind of item
this is |
String |
toString() |
public final Production.ItemKind getKind()
Production.Itemthis isgetKind in class Production.Item