Class TypedAnnotations
java.lang.Object
tools.refinery.language.annotations.internal.TypedAnnotations
- All Implemented Interfaces:
Annotations
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
getAnnotation
(org.eclipse.xtext.naming.QualifiedName annotationName) getAnnotations
(org.eclipse.xtext.naming.QualifiedName annotationName) boolean
hasAnnotation
(org.eclipse.xtext.naming.QualifiedName annotationName)
-
Method Details
-
getAnnotatedElement
public org.eclipse.emf.ecore.EObject getAnnotatedElement()- Specified by:
getAnnotatedElement
in interfaceAnnotations
-
hasAnnotation
public boolean hasAnnotation(org.eclipse.xtext.naming.QualifiedName annotationName) - Specified by:
hasAnnotation
in interfaceAnnotations
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotations
-
getAnnotations
- Specified by:
getAnnotations
in interfaceAnnotations
-
getAllAnnotations
- Specified by:
getAllAnnotations
in interfaceAnnotations
-
getDuplicateAnnotations
-