public interface DivideIntoSimpleStmt extends DivideStmt
The following features are supported:
COBOLPackage.getDivideIntoSimpleStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getInto()
Returns the value of the 'Into' containment reference list.
|
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
java.util.List getInto()
ArithOperand.
The list contains the data items specified after the INTO keyword.
COBOLPackage.getDivideIntoSimpleStmt_Into()