public interface EvaluateExprRange extends EvaluateObject
The following features are supported:
COBOLPackage.getEvaluateExprRange()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getLowerLimit()
Returns the value of the 'Lower Limit' containment reference.
|
Expr |
getUpperLimit()
Returns the value of the 'Upper Limit' containment reference.
|
boolean |
isNot()
Returns the value of the 'Not' attribute.
|
void |
setLowerLimit(Expr value)
Sets the value of the '
Lower Limit' containment reference. |
void |
setNot(boolean value)
Sets the value of the '
Not' attribute. |
void |
setUpperLimit(Expr 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
boolean isNot()
The value is true if the NOT keyword appears; false otherwise.
setNot(boolean),
COBOLPackage.getEvaluateExprRange_Not()void setNot(boolean value)
Not' attribute.
value - the new value of the 'Not' attribute.isNot()Expr getLowerLimit()
setLowerLimit(Expr),
COBOLPackage.getEvaluateExprRange_LowerLimit()void setLowerLimit(Expr value)
Lower Limit' containment reference.
value - the new value of the 'Lower Limit' containment reference.getLowerLimit()Expr getUpperLimit()
setUpperLimit(Expr),
COBOLPackage.getEvaluateExprRange_UpperLimit()void setUpperLimit(Expr value)
Upper Limit' containment reference.
value - the new value of the 'Upper Limit' containment reference.getUpperLimit()