public interface SubtractFromGivingStmt extends SubtractStmt
The following features are supported:
COBOLPackage.getSubtractFromGivingStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFrom()
Returns the value of the 'From' containment reference.
|
java.util.List |
getGiving()
Returns the value of the 'Giving' containment reference list.
|
java.util.List |
getSumOf()
Returns the value of the 'Sum Of' containment reference list.
|
void |
setFrom(DataRefOrLiteral value)
Sets the value of the '
From' containment reference. |
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 specified before the FROM keyword.
COBOLPackage.getSubtractFromGivingStmt_SumOf()DataRefOrLiteral getFrom()
The value is the data item or literal specified after the FROM keyword.
setFrom(DataRefOrLiteral),
COBOLPackage.getSubtractFromGivingStmt_From()void setFrom(DataRefOrLiteral value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()java.util.List getGiving()
ArithOperand.
The list contains the data items specified in the GIVING clause.
COBOLPackage.getSubtractFromGivingStmt_Giving()