public interface EveryClause extends ASTNode
The following features are supported:
COBOLPackage.getEveryClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
EveryOption |
getOption()
Returns the value of the 'Option' attribute.
|
void |
setOption(EveryOption value)
Sets the value of the '
Option' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
EveryOption getOption()
EveryOption.
The value is a representation of the keywords that are present in the EVERY clause.
EveryOption,
setOption(EveryOption),
COBOLPackage.getEveryClause_Option()void setOption(EveryOption value)
Option' attribute.
value - the new value of the 'Option' attribute.EveryOption,
getOption()