public interface MultiplyByStmt extends MultiplyStmt
The following features are supported:
COBOLPackage.getMultiplyByStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDestinations()
Returns the value of the 'Destinations' containment reference list.
|
DataRefOrLiteral |
getMultiplier()
Returns the value of the 'Multiplier' containment reference.
|
void |
setMultiplier(DataRefOrLiteral value)
Sets the value of the '
Multiplier' containment reference. |
isEndMultiplyUsed, setEndMultiplyUsedgetNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getMultiplier()
The value is the data item or literal specified before the BY keyword.
setMultiplier(DataRefOrLiteral),
COBOLPackage.getMultiplyByStmt_Multiplier()void setMultiplier(DataRefOrLiteral value)
Multiplier' containment reference.
value - the new value of the 'Multiplier' containment reference.getMultiplier()java.util.List getDestinations()
ArithOperand.
The list contains the data items specified after the BY keyword.
COBOLPackage.getMultiplyByStmt_Destinations()