public interface SerialSearchStmt extends SearchStmt
The following features are supported:
COBOLPackage.getSerialSearchStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrIndexRef |
getVarying()
Returns the value of the 'Varying' containment reference.
|
java.util.List |
getWhenClauses()
Returns the value of the 'When Clauses' containment reference list.
|
void |
setVarying(DataRefOrIndexRef value)
Sets the value of the '
Varying' 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
DataRefOrIndexRef getVarying()
The value is the data item or index specified in the VARYING clause.
setVarying(DataRefOrIndexRef),
COBOLPackage.getSerialSearchStmt_Varying()void setVarying(DataRefOrIndexRef value)
Varying' containment reference.
value - the new value of the 'Varying' containment reference.getVarying()java.util.List getWhenClauses()
SearchWhenClause.
COBOLPackage.getSerialSearchStmt_WhenClauses()