public interface SubtractFromStmt extends SubtractStmt
The following features are supported:
COBOLPackage.getSubtractFromStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getFrom()
Returns the value of the 'From' containment reference list.
|
java.util.List |
getSumOf()
Returns the value of the 'Sum Of' containment reference list.
|
isEndSubtractUsed, setEndSubtractUsedgetNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getSumOf()
DataRefOrLiteral.
The list contains the data items or literals that are specified before the FROM keyword.
COBOLPackage.getSubtractFromStmt_SumOf()java.util.List getFrom()
ArithOperand.
The list contains the data items specified after the FROM keyword.
COBOLPackage.getSubtractFromStmt_From()