public interface BinarySearchStmt extends SearchStmt
The following features are supported:
COBOLPackage.getBinarySearchStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
SearchWhenClause |
getWhenClause()
Returns the value of the 'When Clause' containment reference.
|
void |
setWhenClause(SearchWhenClause value)
Sets the value of the '
When Clause' containment reference. |
getAtEnd, getTableItem, isEndSearchUsed, setEndSearchUsed, setTableItemgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
SearchWhenClause getWhenClause()
The value represents the WHEN clause.
setWhenClause(SearchWhenClause),
COBOLPackage.getBinarySearchStmt_WhenClause()void setWhenClause(SearchWhenClause value)
When Clause' containment reference.
value - the new value of the 'When Clause' containment reference.getWhenClause()