public interface BlockContainsClause extends ASTNode
The following features are supported:
COBOLPackage.getBlockContainsClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
LiteralOrLiteralValueRange |
getSize()
Returns the value of the 'Size' containment reference.
|
UnitClause |
getUnitClause()
Returns the value of the 'Unit Clause' containment reference.
|
void |
setSize(LiteralOrLiteralValueRange value)
Sets the value of the '
Size' containment reference. |
void |
setUnitClause(UnitClause value)
Sets the value of the '
Unit Clause' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
LiteralOrLiteralValueRange getSize()
setSize(LiteralOrLiteralValueRange),
COBOLPackage.getBlockContainsClause_Size()void setSize(LiteralOrLiteralValueRange value)
Size' containment reference.
value - the new value of the 'Size' containment reference.getSize()UnitClause getUnitClause()
The value is a representation of the clause that specifies the block size unit. If that clause is not present, the value is null.
setUnitClause(UnitClause),
COBOLPackage.getBlockContainsClause_UnitClause()void setUnitClause(UnitClause value)
Unit Clause' containment reference.
value - the new value of the 'Unit Clause' containment reference.getUnitClause()