public interface GenericClause extends ASTNode
The following features are supported:
COBOLPackage.getGenericClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
EveryClause |
getEveryClause()
Returns the value of the 'Every Clause' containment reference.
|
WhenClause |
getWhenClause()
Returns the value of the 'When Clause' containment reference.
|
void |
setEveryClause(EveryClause value)
Sets the value of the '
Every Clause' containment reference. |
void |
setWhenClause(WhenClause value)
Sets the value of the '
When Clause' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
EveryClause getEveryClause()
The value is a representation of the EVERY clause if one is present; null otherwise.
setEveryClause(EveryClause),
COBOLPackage.getGenericClause_EveryClause()void setEveryClause(EveryClause value)
Every Clause' containment reference.
value - the new value of the 'Every Clause' containment reference.getEveryClause()WhenClause getWhenClause()
The value is a representation of the WHEN clause.
setWhenClause(WhenClause),
COBOLPackage.getGenericClause_WhenClause()void setWhenClause(WhenClause value)
When Clause' containment reference.
value - the new value of the 'When Clause' containment reference.getWhenClause()