public interface ArithOperand extends ASTNode
The following features are supported:
COBOLPackage.getArithOperand()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()