com.ibm.etools.cobol.application.model.cobol
Interface MultiplyByGivingStmt

All Superinterfaces:
ArithStmt, ASTNode, org.eclipse.emf.ecore.EObject, MultiplyStmt, org.eclipse.emf.common.notify.Notifier, Stmt

public interface MultiplyByGivingStmt
extends MultiplyStmt

A representation of a MULTIPLY statement with BY and GIVING clauses.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getOperand1

DataRefOrLiteral getOperand1()
Returns the value of the 'Operand1' containment reference.

The value is the data item or literal specified before the BY keyword.

Returns:
the value of the 'Operand1' containment reference.
See Also:
setOperand1(DataRefOrLiteral), COBOLPackage.getMultiplyByGivingStmt_Operand1()

setOperand1

void setOperand1(DataRefOrLiteral value)
Sets the value of the 'Operand1' containment reference.

Parameters:
value - the new value of the 'Operand1' containment reference.
See Also:
getOperand1()

getOperand2

DataRefOrLiteral getOperand2()
Returns the value of the 'Operand2' containment reference.

The value is the data item or literal specified after the BY keyword.

Returns:
the value of the 'Operand2' containment reference.
See Also:
setOperand2(DataRefOrLiteral), COBOLPackage.getMultiplyByGivingStmt_Operand2()

setOperand2

void setOperand2(DataRefOrLiteral value)
Sets the value of the 'Operand2' containment reference.

Parameters:
value - the new value of the 'Operand2' containment reference.
See Also:
getOperand2()

getGiving

java.util.List getGiving()
Returns the value of the 'Giving' containment reference list. The list contents are of type ArithOperand.

The list contains the data items specified in the GIVING clause.

Returns:
the value of the 'Giving' containment reference list.
See Also:
COBOLPackage.getMultiplyByGivingStmt_Giving()