Interface Annotations

All Known Implementing Classes:
TypedAnnotations

public interface Annotations
  • Method Details Link icon

    • getAnnotatedElement Link icon

      org.eclipse.emf.ecore.EObject getAnnotatedElement()
    • hasAnnotation Link icon

      boolean hasAnnotation(org.eclipse.xtext.naming.QualifiedName annotationName)
    • getAnnotation Link icon

      Optional<Annotation> getAnnotation(org.eclipse.xtext.naming.QualifiedName annotationName)
    • getAnnotations Link icon

      Stream<Annotation> getAnnotations(org.eclipse.xtext.naming.QualifiedName annotationName)
    • getAllAnnotations Link icon

      Stream<Annotation> getAllAnnotations()