public interface DivideByGivingStmt extends DivideStmt
The following features are supported:
COBOLPackage.getDivideByGivingStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getBy()
Returns the value of the 'By' containment reference.
|
void |
setBy(DataRefOrLiteral value)
Sets the value of the '
By' containment reference. |
getDivide, isEndDivideUsed, setDivide, setEndDivideUsedgetNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getBy()
The value is the data item or literal specified in the BY clause.
setBy(DataRefOrLiteral),
COBOLPackage.getDivideByGivingStmt_By()void setBy(DataRefOrLiteral value)
By' containment reference.
value - the new value of the 'By' containment reference.getBy()