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