|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComputeStmt
A representation of a COMPUTE statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getComputeStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getDestinations()
Returns the value of the 'Destinations' containment reference list. |
Expr |
getExpr()
Returns the value of the 'Expr' containment reference. |
boolean |
isEndComputeUsed()
Returns the value of the 'End Compute Used' attribute. |
void |
setEndComputeUsed(boolean value)
Sets the value of the ' End Compute Used' attribute. |
void |
setExpr(Expr value)
Sets the value of the ' Expr' containment reference. |
| 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 |
|---|
java.util.List getDestinations()
ArithOperand.
The list contains the data items specified before the equals sign.
COBOLPackage.getComputeStmt_Destinations()Expr getExpr()
The value is the expression specified after the equals sign.
setExpr(Expr),
COBOLPackage.getComputeStmt_Expr()void setExpr(Expr value)
Expr' containment reference.
value - the new value of the 'Expr' containment reference.getExpr()boolean isEndComputeUsed()
The value is true if END-COMPUTE is present; false otherwise.
setEndComputeUsed(boolean),
COBOLPackage.getComputeStmt_EndComputeUsed()void setEndComputeUsed(boolean value)
End Compute Used' attribute.
value - the new value of the 'End Compute Used' attribute.isEndComputeUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||