public interface AddToGivingStmt extends AddStmt
The following features are supported:
COBOLPackage.getAddToGivingStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DataRefOrLiteral |
getTo()
Returns the value of the 'To' containment reference.
|
void |
setTo(DataRefOrLiteral value)
Sets the value of the '
To' containment reference. |
isEndAddUsed, setEndAddUsedgetNotOnSizeError, 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 TO keyword.
COBOLPackage.getAddToGivingStmt_SumOf()DataRefOrLiteral getTo()
The value is the data item or literal specified after the TO keyword.
setTo(DataRefOrLiteral),
COBOLPackage.getAddToGivingStmt_To()void setTo(DataRefOrLiteral value)
To' containment reference.
value - the new value of the 'To' containment reference.getTo()java.util.List getGiving()
ArithOperand.
The list contains the data items specified in the GIVING clause.
COBOLPackage.getAddToGivingStmt_Giving()