public interface BlockStatement extends Statement
The following features are supported:
GASTMPackage.getBlockStatement()| Modifier and Type | Method and Description |
|---|---|
BlockScope |
getOpensScope()
Returns the value of the 'Opens Scope' reference.
|
|
getSubStatements()
Returns the value of the 'Sub Statements' containment reference list.
|
void |
setOpensScope(BlockScope value)
Sets the value of the '
Opens Scope' reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfogetSubStatements()
Statement.
If the meaning of the 'Sub Statements' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getBlockStatement_SubStatements()BlockScope getOpensScope()
If the meaning of the 'Opens Scope' reference isn't clear, there really should be more of a description here...
setOpensScope(BlockScope),
GASTMPackage.getBlockStatement_OpensScope()void setOpensScope(BlockScope value)
Opens Scope' reference.
value - the new value of the 'Opens Scope' reference.getOpensScope()