|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiplyByStmt
A representation of a MULTIPLY statement with a BY clause.
The following features are supported:
COBOLPackage.getMultiplyByStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||