|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArithOperand
A representation of a data item used in an arithmetic statement, optionally followed by the ROUNDED keyword.
The following features are supported:
COBOLPackage.getArithOperand()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRef |
getRef()
Returns the value of the 'Ref' containment reference. |
boolean |
isRounded()
Returns the value of the 'Rounded' attribute. |
void |
setRef(DataRef value)
Sets the value of the ' Ref' containment reference. |
void |
setRounded(boolean value)
Sets the value of the ' Rounded' attribute. |
| 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 |
|---|
DataRef getRef()
The value is a reference to a data item in an arithmetic statement.
setRef(DataRef),
COBOLPackage.getArithOperand_Ref()void setRef(DataRef value)
Ref' containment reference.
value - the new value of the 'Ref' containment reference.getRef()boolean isRounded()
The value is true if the ROUNDED keyword is present; false otherwise.
setRounded(boolean),
COBOLPackage.getArithOperand_Rounded()void setRounded(boolean value)
Rounded' attribute.
value - the new value of the 'Rounded' attribute.isRounded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||