public interface ExprArithBinary extends ExprArithmetic
COBOLPackage.getExprArithBinary()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getArg1()
Returns the value of the 'Arg1' containment reference.
|
Expr |
getArg2()
Returns the value of the 'Arg2' containment reference.
|
void |
setArg1(Expr value)
Sets the value of the '
Arg1' containment reference. |
void |
setArg2(Expr value)
Sets the value of the '
Arg2' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
Expr getArg1()
setArg1(Expr),
COBOLPackage.getExprArithBinary_Arg1()void setArg1(Expr value)
Arg1' containment reference.
value - the new value of the 'Arg1' containment reference.getArg1()Expr getArg2()
setArg2(Expr),
COBOLPackage.getExprArithBinary_Arg2()