public static final class PProduction.Continue extends PProduction.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 |
|---|---|
PProduction.ItemKind |
getKind()
Describes the kind of item
this is |
String |
toString() |
public final PProduction.ItemKind getKind()
PProduction.Itemthis isgetKind in class PProduction.Item