|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiplyByGivingStmt
A representation of a MULTIPLY statement with BY and GIVING clauses.
The following features are supported:
COBOLPackage.getMultiplyByGivingStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.MultiplyStmt |
|---|
isEndMultiplyUsed, setEndMultiplyUsed |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ArithStmt |
|---|
getNotOnSizeError, getOnSizeError |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||