public interface MultiplyByGivingStmt extends MultiplyStmt
The following features are supported:
COBOLPackage.getMultiplyByGivingStmt()| 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.
|
DataRefOrLiteral |
getOperand1()
Returns the value of the 'Operand1' containment reference.
|
DataRefOrLiteral |
getOperand2()
Returns the value of the 'Operand2' containment reference.
|
void |
setOperand1(DataRefOrLiteral value)
Sets the value of the '
Operand1' containment reference. |
void |
setOperand2(DataRefOrLiteral value)
Sets the value of the '
Operand2' 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 getOperand1()
The value is the data item or literal specified before the BY keyword.
setOperand1(DataRefOrLiteral),
COBOLPackage.getMultiplyByGivingStmt_Operand1()void setOperand1(DataRefOrLiteral value)
Operand1' containment reference.
value - the new value of the 'Operand1' containment reference.getOperand1()DataRefOrLiteral getOperand2()
The value is the data item or literal specified after the BY keyword.
setOperand2(DataRefOrLiteral),
COBOLPackage.getMultiplyByGivingStmt_Operand2()void setOperand2(DataRefOrLiteral value)
Operand2' containment reference.
value - the new value of the 'Operand2' containment reference.getOperand2()java.util.List getGiving()
ArithOperand.
The list contains the data items specified in the GIVING clause.
COBOLPackage.getMultiplyByGivingStmt_Giving()