public interface ComputeStmt extends ArithStmt
The following features are supported:
COBOLPackage.getComputeStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDestinations()
Returns the value of the 'Destinations' containment reference list.
|
Expr |
getExpr()
Returns the value of the 'Expr' containment reference.
|
boolean |
isEndComputeUsed()
Returns the value of the 'End Compute Used' attribute.
|
void |
setEndComputeUsed(boolean value)
Sets the value of the '
End Compute Used' attribute. |
void |
setExpr(Expr value)
Sets the value of the '
Expr' containment reference. |
getNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getDestinations()
ArithOperand.
The list contains the data items specified before the equals sign.
COBOLPackage.getComputeStmt_Destinations()Expr getExpr()
The value is the expression specified after the equals sign.
setExpr(Expr),
COBOLPackage.getComputeStmt_Expr()void setExpr(Expr value)
Expr' containment reference.
value - the new value of the 'Expr' containment reference.getExpr()boolean isEndComputeUsed()
The value is true if END-COMPUTE is present; false otherwise.
setEndComputeUsed(boolean),
COBOLPackage.getComputeStmt_EndComputeUsed()void setEndComputeUsed(boolean value)
End Compute Used' attribute.
value - the new value of the 'End Compute Used' attribute.isEndComputeUsed()