| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()