public interface CharacterRange extends AbstractElement
The following features are supported:
XtextPackage.getCharacterRange()| Modifier and Type | Method and Description |
|---|---|
Keyword |
getLeft()
Returns the value of the 'Left' containment reference.
|
Keyword |
getRight()
Returns the value of the 'Right' containment reference.
|
void |
setLeft(Keyword value)
Sets the value of the '
Left' containment reference. |
void |
setRight(Keyword value)
Sets the value of the '
Right' containment reference. |
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicatedKeyword getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Keyword),
XtextPackage.getCharacterRange_Left()void setLeft(Keyword value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()Keyword getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Keyword),
XtextPackage.getCharacterRange_Right()void setRight(Keyword value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()