|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DivideStmt
A representation of a DIVIDE statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getDivideStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRefOrLiteral |
getDivide()
Returns the value of the 'Divide' containment reference. |
boolean |
isEndDivideUsed()
Returns the value of the 'End Divide Used' attribute. |
void |
setDivide(DataRefOrLiteral value)
Sets the value of the ' Divide' containment reference. |
void |
setEndDivideUsed(boolean value)
Sets the value of the ' End Divide Used' attribute. |
| 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 getDivide()
The value is the data item or literal specified before the INTO or BY keyword.
setDivide(DataRefOrLiteral),
COBOLPackage.getDivideStmt_Divide()void setDivide(DataRefOrLiteral value)
Divide' containment reference.
value - the new value of the 'Divide' containment reference.getDivide()boolean isEndDivideUsed()
The value is true if END-DIVIDE is present; false otherwise.
setEndDivideUsed(boolean),
COBOLPackage.getDivideStmt_EndDivideUsed()void setEndDivideUsed(boolean value)
End Divide Used' attribute.
value - the new value of the 'End Divide Used' attribute.isEndDivideUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||