| Package | Description |
|---|---|
| org.stekikun.dolmen.syntax |
| Modifier and Type | Field and Description |
|---|---|
List<Lexer.Clause> |
Lexer.Entry.clauses
The various clauses for this entry, associated to
the extents for the corresponding semantic actions.
|
| Constructor and Description |
|---|
Entry(boolean visibility,
Located<String> name,
Extent returnType,
boolean shortest,
@Nullable Extent args,
List<Lexer.Clause> clauses) |