public interface ExprLogicalBinary extends ExprComplexCond
COBOLPackage.getExprLogicalBinary()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ExprConditional |
getExpr1()
Returns the value of the 'Expr1' containment reference.
|
ExprConditional |
getExpr2()
Returns the value of the 'Expr2' containment reference.
|
void |
setExpr1(ExprConditional value)
Sets the value of the '
Expr1' containment reference. |
void |
setExpr2(ExprConditional value)
Sets the value of the '
Expr2' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
ExprConditional getExpr1()
The value is the first conditional expression.
setExpr1(ExprConditional),
COBOLPackage.getExprLogicalBinary_Expr1()void setExpr1(ExprConditional value)
Expr1' containment reference.
value - the new value of the 'Expr1' containment reference.getExpr1()ExprConditional getExpr2()
The value is the second conditional expression.
setExpr2(ExprConditional),
COBOLPackage.getExprLogicalBinary_Expr2()void setExpr2(ExprConditional value)
Expr2' containment reference.
value - the new value of the 'Expr2' containment reference.getExpr2()