com.ibm.etools.cobol.application.model.cobol
Interface SerialSearchStmt

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SearchStmt, Stmt

public interface SerialSearchStmt
extends SearchStmt

A representation of a serial SEARCH statement in the PROCEDURE division.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getVarying

DataRefOrIndexRef getVarying()
Returns the value of the 'Varying' containment reference.

The value is the data item or index specified in the VARYING clause.

Returns:
the value of the 'Varying' containment reference.
See Also:
setVarying(DataRefOrIndexRef), COBOLPackage.getSerialSearchStmt_Varying()

setVarying

void setVarying(DataRefOrIndexRef value)
Sets the value of the 'Varying' containment reference.

Parameters:
value - the new value of the 'Varying' containment reference.
See Also:
getVarying()

getWhenClauses

java.util.List getWhenClauses()
Returns the value of the 'When Clauses' containment reference list. The list contents are of type SearchWhenClause.

Returns:
the value of the 'When Clauses' containment reference list.
See Also:
COBOLPackage.getSerialSearchStmt_WhenClauses()