| Package | Description |
|---|---|
| org.stekikun.dolmen.syntax |
| Modifier and Type | Field and Description |
|---|---|
PProduction.ActualExpr |
PProduction.Actual.item
The actual expression representing the rule or
token to be used as this production item.
|
| Modifier and Type | Field and Description |
|---|---|
List<PProduction.ActualExpr> |
PProduction.ActualExpr.params
The (possibly empty) list of actual items which
should be passed as
symb's parameters. |
| Constructor and Description |
|---|
Actual(@Nullable Located<String> binding,
PProduction.ActualExpr item,
@Nullable PExtent args)
Builds a production item based on the given parameters
|
| Constructor and Description |
|---|
ActualExpr(Located<String> symb,
List<PProduction.ActualExpr> params)
Returns an actual expression made of applying
symb to the actuals given in params |