Class ImportedNamesAdapter

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, IScopeWrapper

    public class ImportedNamesAdapter
    extends org.eclipse.emf.common.notify.impl.AdapterImpl
    implements IScopeWrapper
    Wraps global scopes and collects and holds all names for which global scopes have been asked.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  ImportedNamesAdapter.WrappingScope  
      • 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 Detail

      • ImportedNamesAdapter

        public ImportedNamesAdapter()
    • Method Detail

      • find

        public static ImportedNamesAdapter find​(org.eclipse.emf.ecore.resource.Resource resource)
      • findOrInstall

        public static ImportedNamesAdapter findOrInstall​(org.eclipse.emf.ecore.resource.Resource resource)
        Since:
        2.7
      • getImportedNames

        public java.util.Set<QualifiedName> getImportedNames()
      • clear

        public void clear()