public interface Definition extends DeclarationOrDefinition
The following features are supported:
GASTMPackage.getDefinition()| Modifier and Type | Method and Description |
|---|---|
TypeReference |
getDefinitionType()
Returns the value of the 'Definition Type' containment reference.
|
Name |
getIdentifierName()
Returns the value of the 'Identifier Name' containment reference.
|
void |
setDefinitionType(TypeReference value)
Sets the value of the '
Definition Type' containment reference. |
void |
setIdentifierName(Name value)
Sets the value of the '
Identifier Name' containment reference. |
getAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoName getIdentifierName()
If the meaning of the 'Identifier Name' containment reference isn't clear, there really should be more of a description here...
setIdentifierName(Name),
GASTMPackage.getDefinition_IdentifierName()void setIdentifierName(Name value)
Identifier Name' containment reference.
value - the new value of the 'Identifier Name' containment reference.getIdentifierName()TypeReference getDefinitionType()
If the meaning of the 'Definition Type' containment reference isn't clear, there really should be more of a description here...
setDefinitionType(TypeReference),
GASTMPackage.getDefinition_DefinitionType()void setDefinitionType(TypeReference value)
Definition Type' containment reference.
value - the new value of the 'Definition Type' containment reference.getDefinitionType()