public interface DivideStmt extends ArithStmt
The following features are supported:
COBOLPackage.getDivideStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDivide()
Returns the value of the 'Divide' containment reference.
|
boolean |
isEndDivideUsed()
Returns the value of the 'End Divide Used' attribute.
|
void |
setDivide(DataRefOrLiteral value)
Sets the value of the '
Divide' containment reference. |
void |
setEndDivideUsed(boolean value)
Sets the value of the '
End Divide Used' attribute. |
getNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getDivide()
The value is the data item or literal specified before the INTO or BY keyword.
setDivide(DataRefOrLiteral),
COBOLPackage.getDivideStmt_Divide()void setDivide(DataRefOrLiteral value)
Divide' containment reference.
value - the new value of the 'Divide' containment reference.getDivide()boolean isEndDivideUsed()
The value is true if END-DIVIDE is present; false otherwise.
setEndDivideUsed(boolean),
COBOLPackage.getDivideStmt_EndDivideUsed()void setEndDivideUsed(boolean value)
End Divide Used' attribute.
value - the new value of the 'End Divide Used' attribute.isEndDivideUsed()