public interface VaryingClause extends ASTNode
The following features are supported:
COBOLPackage.getVaryingClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDependingOn()
Returns the value of the 'Depending On' containment reference.
|
Literal |
getMaximumSize()
Returns the value of the 'Maximum Size' containment reference.
|
Literal |
getMinimumSize()
Returns the value of the 'Minimum Size' containment reference.
|
void |
setDependingOn(DataRef value)
Sets the value of the '
Depending On' containment reference. |
void |
setMaximumSize(Literal value)
Sets the value of the '
Maximum Size' containment reference. |
void |
setMinimumSize(Literal value)
Sets the value of the '
Minimum Size' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
Literal getMinimumSize()
The value is the minimum size. If the minimum size is not specified, the value is null.
setMinimumSize(Literal),
COBOLPackage.getVaryingClause_MinimumSize()void setMinimumSize(Literal value)
Minimum Size' containment reference.
value - the new value of the 'Minimum Size' containment reference.getMinimumSize()Literal getMaximumSize()
The value is the maximum size. If the maximum size is not specified, the value is null.
setMaximumSize(Literal),
COBOLPackage.getVaryingClause_MaximumSize()void setMaximumSize(Literal value)
Maximum Size' containment reference.
value - the new value of the 'Maximum Size' containment reference.getMaximumSize()DataRef getDependingOn()
The value is the data item specified in the DEPENDING ON phrase. If that phrase is not used, the value is null.
setDependingOn(DataRef),
COBOLPackage.getVaryingClause_DependingOn()void setDependingOn(DataRef value)
Depending On' containment reference.
value - the new value of the 'Depending On' containment reference.getDependingOn()