public interface EvaluateExpr extends EvaluateObject
The following features are supported:
COBOLPackage.getEvaluateExpr()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()