public interface LiteralValueRange extends ASTNode, LiteralValueListOrRange, LiteralOrLiteralValueRange
The following features are supported:
COBOLPackage.getLiteralValueRange()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
LiteralTypedValue |
getLowerLimit()
Returns the value of the 'Lower Limit' containment reference.
|
LiteralTypedValue |
getUpperLimit()
Returns the value of the 'Upper Limit' containment reference.
|
void |
setLowerLimit(LiteralTypedValue value)
Sets the value of the '
Lower Limit' containment reference. |
void |
setUpperLimit(LiteralTypedValue value)
Sets the value of the '
Upper Limit' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
LiteralTypedValue getLowerLimit()
The first literal in the THROUGH phrase.
setLowerLimit(LiteralTypedValue),
COBOLPackage.getLiteralValueRange_LowerLimit()void setLowerLimit(LiteralTypedValue value)
Lower Limit' containment reference.
value - the new value of the 'Lower Limit' containment reference.getLowerLimit()LiteralTypedValue getUpperLimit()
The second literal in the THROUGH phrase.
setUpperLimit(LiteralTypedValue),
COBOLPackage.getLiteralValueRange_UpperLimit()void setUpperLimit(LiteralTypedValue value)
Upper Limit' containment reference.
value - the new value of the 'Upper Limit' containment reference.getUpperLimit()