public interface AddStmt extends ArithStmt
The following features are supported:
COBOLPackage.getAddStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEndAddUsed()
Returns the value of the 'End Add Used' attribute.
|
void |
setEndAddUsed(boolean value)
Sets the value of the '
End Add 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 isEndAddUsed()
The value is true if END-ADD is present; false otherwise.
setEndAddUsed(boolean),
COBOLPackage.getAddStmt_EndAddUsed()void setEndAddUsed(boolean value)
End Add Used' attribute.
value - the new value of the 'End Add Used' attribute.isEndAddUsed()