public interface Declaration extends DeclarationOrDefinition
The following features are supported:
GASTMPackage.getDeclaration()| Modifier and Type | Method and Description |
|---|---|
TypeReference |
getDeclarationType()
Returns the value of the 'Declaration Type' containment reference.
|
Definition |
getDefRef()
Returns the value of the 'Def Ref' reference.
|
Name |
getIdentifierName()
Returns the value of the 'Identifier Name' containment reference.
|
void |
setDeclarationType(TypeReference value)
Sets the value of the '
Declaration Type' containment reference. |
void |
setDefRef(Definition value)
Sets the value of the '
Def Ref' reference. |
void |
setIdentifierName(Name value)
Sets the value of the '
Identifier Name' containment reference. |
getAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoDefinition getDefRef()
If the meaning of the 'Def Ref' reference isn't clear, there really should be more of a description here...
setDefRef(Definition),
GASTMPackage.getDeclaration_DefRef()void setDefRef(Definition value)
Def Ref' reference.
value - the new value of the 'Def Ref' reference.getDefRef()Name 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.getDeclaration_IdentifierName()void setIdentifierName(Name value)
Identifier Name' containment reference.
value - the new value of the 'Identifier Name' containment reference.getIdentifierName()TypeReference getDeclarationType()
If the meaning of the 'Declaration Type' containment reference isn't clear, there really should be more of a description here...
setDeclarationType(TypeReference),
GASTMPackage.getDeclaration_DeclarationType()void setDeclarationType(TypeReference value)
Declaration Type' containment reference.
value - the new value of the 'Declaration Type' containment reference.getDeclarationType()