public interface ExprLogicalNot extends ExprComplexCond
The following features are supported:
COBOLPackage.getExprLogicalNot()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ExprConditional |
getExpr()
Returns the value of the 'Expr' containment reference.
|
void |
setExpr(ExprConditional value)
Sets the value of the '
Expr' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
ExprConditional getExpr()
The value is the conditional expression being negated.
setExpr(ExprConditional),
COBOLPackage.getExprLogicalNot_Expr()void setExpr(ExprConditional value)
Expr' containment reference.
value - the new value of the 'Expr' containment reference.getExpr()