|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SerialSearchStmt
A representation of a serial SEARCH statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getSerialSearchStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.SearchStmt |
|---|
getAtEnd, getTableItem, isEndSearchUsed, setEndSearchUsed, setTableItem |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||