| Modifier and Type | Interface and Description |
|---|---|
interface |
Literal
A representation of a literal.
|
interface |
LiteralValueRange
A representation of a range of literal values specified in a THROUGH clause.
|
| Modifier and Type | Method and Description |
|---|---|
LiteralOrLiteralValueRange |
RecordClause.getContainingCharacters()
Returns the value of the 'Containing Characters' containment reference.
|
LiteralOrLiteralValueRange |
BlockContainsClause.getSize()
Returns the value of the 'Size' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordClause.setContainingCharacters(LiteralOrLiteralValueRange value)
Sets the value of the '
Containing Characters' containment reference. |
void |
BlockContainsClause.setSize(LiteralOrLiteralValueRange value)
Sets the value of the '
Size' containment reference. |