public interface SubtractStmt extends ArithStmt
The following features are supported:
COBOLPackage.getSubtractStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEndSubtractUsed()
Returns the value of the 'End Subtract Used' attribute.
|
void |
setEndSubtractUsed(boolean value)
Sets the value of the '
End Subtract Used' attribute. |
getNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isEndSubtractUsed()
The value is true if END-SUBTRACT is present; false otherwise.
setEndSubtractUsed(boolean),
COBOLPackage.getSubtractStmt_EndSubtractUsed()void setEndSubtractUsed(boolean value)
End Subtract Used' attribute.
value - the new value of the 'End Subtract Used' attribute.isEndSubtractUsed()