|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchWhenClause
A representation of a WHEN clause in a SEARCH statement.
The following features are supported:
COBOLPackage.getSearchWhenClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
ExprConditional |
getCondition()
Returns the value of the 'Condition' containment reference. |
Branch |
getDo()
Returns the value of the 'Do' containment reference. |
void |
setCondition(ExprConditional value)
Sets the value of the ' Condition' containment reference. |
void |
setDo(Branch value)
Sets the value of the ' Do' containment reference. |
| 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 |
|---|
ExprConditional getCondition()
The value is the conditional expression.
setCondition(ExprConditional),
COBOLPackage.getSearchWhenClause_Condition()void setCondition(ExprConditional value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()Branch getDo()
The value represents either iterative statements or NEXT SENTENCE.
setDo(Branch),
COBOLPackage.getSearchWhenClause_Do()void setDo(Branch value)
Do' containment reference.
value - the new value of the 'Do' containment reference.getDo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||