public interface VariableDeclaration extends Declaration
The following features are supported:
GASTMPackage.getVariableDeclaration()| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIsMutable()
Returns the value of the 'Is Mutable' attribute.
|
void |
setIsMutable(java.lang.Boolean value)
Sets the value of the '
Is Mutable' attribute. |
getDeclarationType, getDefRef, getIdentifierName, setDeclarationType, setDefRef, setIdentifierNamegetAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.Boolean getIsMutable()
"true".
If the meaning of the 'Is Mutable' attribute isn't clear, there really should be more of a description here...
setIsMutable(Boolean),
GASTMPackage.getVariableDeclaration_IsMutable()void setIsMutable(java.lang.Boolean value)
Is Mutable' attribute.
value - the new value of the 'Is Mutable' attribute.getIsMutable()