public interface AnnotationExpression extends Expression
The following features are supported:
GASTMPackage.getAnnotationExpression()| Modifier and Type | Method and Description |
|---|---|
TypeReference |
getAnnotationType()
Returns the value of the 'Annotation Type' containment reference.
|
|
getMemberValues()
Returns the value of the 'Member Values' containment reference list.
|
void |
setAnnotationType(TypeReference value)
Sets the value of the '
Annotation Type' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoTypeReference getAnnotationType()
If the meaning of the 'Annotation Type' containment reference isn't clear, there really should be more of a description here...
setAnnotationType(TypeReference),
GASTMPackage.getAnnotationExpression_AnnotationType()void setAnnotationType(TypeReference value)
Annotation Type' containment reference.
value - the new value of the 'Annotation Type' containment reference.getAnnotationType()getMemberValues()
Expression.
If the meaning of the 'Member Values' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getAnnotationExpression_MemberValues()