Class ElementIssueProvider.Data

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
    Enclosing class:
    ElementIssueProvider

    public static class ElementIssueProvider.Data
    extends org.eclipse.emf.common.notify.impl.AdapterImpl
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter

        org.eclipse.emf.common.notify.Adapter.Internal
    • Field Summary

      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Constructor Summary

      Constructors 
      Constructor Description
      Data()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addIssue​(org.eclipse.emf.ecore.EObject erroneousElement, org.eclipse.xtext.validation.Issue issue)  
      com.google.common.collect.Multimap<org.eclipse.emf.ecore.EObject,​org.eclipse.xtext.validation.Issue> getIssuesIncludingContents()  
      boolean isAdapterForType​(java.lang.Object type)  
      • Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        getTarget, notifyChanged, setTarget, unsetTarget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Data

        public Data()
    • Method Detail

      • getIssuesIncludingContents

        public com.google.common.collect.Multimap<org.eclipse.emf.ecore.EObject,​org.eclipse.xtext.validation.Issue> getIssuesIncludingContents()
      • addIssue

        protected void addIssue​(org.eclipse.emf.ecore.EObject erroneousElement,
                                org.eclipse.xtext.validation.Issue issue)
      • isAdapterForType

        public boolean isAdapterForType​(java.lang.Object type)
        Specified by:
        isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
        Overrides:
        isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl