public interface DeclarationOrDefinition extends DefinitionObject
The following features are supported:
GASTMPackage.getDeclarationOrDefinition()| Modifier and Type | Method and Description |
|---|---|
AccessKind |
getAccessKind()
Returns the value of the 'Access Kind' containment reference.
|
java.lang.String |
getLinkageSpecifier()
Returns the value of the 'Linkage Specifier' attribute.
|
StorageSpecification |
getStorageSpecifiers()
Returns the value of the 'Storage Specifiers' containment reference.
|
void |
setAccessKind(AccessKind value)
Sets the value of the '
Access Kind' containment reference. |
void |
setLinkageSpecifier(java.lang.String value)
Sets the value of the '
Linkage Specifier' attribute. |
void |
setStorageSpecifiers(StorageSpecification value)
Sets the value of the '
Storage Specifiers' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoStorageSpecification getStorageSpecifiers()
If the meaning of the 'Storage Specifiers' containment reference isn't clear, there really should be more of a description here...
setStorageSpecifiers(StorageSpecification),
GASTMPackage.getDeclarationOrDefinition_StorageSpecifiers()void setStorageSpecifiers(StorageSpecification value)
Storage Specifiers' containment reference.
value - the new value of the 'Storage Specifiers' containment reference.getStorageSpecifiers()AccessKind getAccessKind()
If the meaning of the 'Access Kind' containment reference isn't clear, there really should be more of a description here...
setAccessKind(AccessKind),
GASTMPackage.getDeclarationOrDefinition_AccessKind()void setAccessKind(AccessKind value)
Access Kind' containment reference.
value - the new value of the 'Access Kind' containment reference.getAccessKind()java.lang.String getLinkageSpecifier()
If the meaning of the 'Linkage Specifier' attribute isn't clear, there really should be more of a description here...
setLinkageSpecifier(String),
GASTMPackage.getDeclarationOrDefinition_LinkageSpecifier()void setLinkageSpecifier(java.lang.String value)
Linkage Specifier' attribute.
value - the new value of the 'Linkage Specifier' attribute.getLinkageSpecifier()