public static final class Production.ActionItem extends Production.Item
Semantic action items are executed in the order in which they appear in productions, relatively to actuals and other semantic actions.
Modifier and Type | Field and Description |
---|---|
CExtent |
extent
The in-source extent for this semantic action
|
Constructor and Description |
---|
ActionItem(CExtent extent)
Builds a semantic action item from the given extent
|
Modifier and Type | Method and Description |
---|---|
Production.ItemKind |
getKind()
Describes the kind of item
this is |
String |
toString() |
public final CExtent extent
public ActionItem(CExtent extent)
extent
- public final Production.ItemKind getKind()
Production.Item
this
isgetKind
in class Production.Item