public interface DivideIntoGivingStmt extends DivideStmt
The following features are supported:
COBOLPackage.getDivideIntoGivingStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getInto()
Returns the value of the 'Into' containment reference.
|
void |
setInto(DataRefOrLiteral value)
Sets the value of the '
Into' 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 getInto()
The value is the data item or literal specified after the INTO keyword.
setInto(DataRefOrLiteral),
COBOLPackage.getDivideIntoGivingStmt_Into()void setInto(DataRefOrLiteral value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()