|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvaluateExpr
A representation of a conditional expression in the WHEN clause of an EVALUATE statement.
The following features are supported:
COBOLPackage.getEvaluateExpr()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
Expr |
getExpression()
Returns the value of the 'Expression' containment reference. |
boolean |
isNot()
Returns the value of the 'Not' attribute. |
void |
setExpression(Expr value)
Sets the value of the ' Expression' containment reference. |
void |
setNot(boolean value)
Sets the value of the ' Not' attribute. |
| 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 |
|---|
Expr getExpression()
setExpression(Expr),
COBOLPackage.getEvaluateExpr_Expression()void setExpression(Expr value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()boolean isNot()
The value is true if the NOT keyword is before the expression; false otherwise.
setNot(boolean),
COBOLPackage.getEvaluateExpr_Not()void setNot(boolean value)
Not' attribute.
value - the new value of the 'Not' attribute.isNot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||