public interface SearchStmt extends Stmt
The following features are supported:
COBOLPackage.getSearchStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAtEnd()
Returns the value of the 'At End' containment reference list.
|
TableDataItem |
getTableItem()
Returns the value of the 'Table Item' reference.
|
boolean |
isEndSearchUsed()
Returns the value of the 'End Search Used' attribute.
|
void |
setEndSearchUsed(boolean value)
Sets the value of the '
End Search Used' attribute. |
void |
setTableItem(TableDataItem value)
Sets the value of the '
Table Item' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
TableDataItem getTableItem()
The value is the table data item specified after the SEARCH keyword.
setTableItem(TableDataItem),
COBOLPackage.getSearchStmt_TableItem()void setTableItem(TableDataItem value)
Table Item' reference.
value - the new value of the 'Table Item' reference.getTableItem()java.util.List getAtEnd()
Stmt.
The list contains the statements in the AT END clause.
COBOLPackage.getSearchStmt_AtEnd()boolean isEndSearchUsed()
The value is true if END-SEARCH is present; false otherwise.
setEndSearchUsed(boolean),
COBOLPackage.getSearchStmt_EndSearchUsed()void setEndSearchUsed(boolean value)
End Search Used' attribute.
value - the new value of the 'End Search Used' attribute.isEndSearchUsed()