|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvaluateExprRange
A representation of a range of values in the WHEN clause of an EVALUATE statement.
The following features are supported:
COBOLPackage.getEvaluateExprRange()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||