public interface ArithStmt extends Stmt
The following features are supported:
COBOLPackage.getArithStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getNotOnSizeError()
Returns the value of the 'Not On Size Error' containment reference list.
|
java.util.List |
getOnSizeError()
Returns the value of the 'On Size Error' containment reference list.
|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getOnSizeError()
Stmt.
The list contains the statements specified in the ON SIZE ERROR clause.
COBOLPackage.getArithStmt_OnSizeError()java.util.List getNotOnSizeError()
Stmt.
The list contains the statements specified in the NOT ON SIZE ERROR clause.
COBOLPackage.getArithStmt_NotOnSizeError()