Class ImportAdapter

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
tools.refinery.language.scoping.imports.ImportAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal

public class ImportAdapter extends org.eclipse.emf.common.notify.impl.AdapterImpl
  • Constructor Details

    • ImportAdapter

      public ImportAdapter()
  • Method Details

    • isAdapterForType

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

      public List<RefineryLibrary> getLibraries()
    • getTermInterpreters

      public List<TermInterpreter> getTermInterpreters()
    • getTermInterpreter

      public TermInterpreter getTermInterpreter()
    • getLibraryPaths

      public List<Path> getLibraryPaths()
    • resolveQualifiedName

      public org.eclipse.emf.common.util.URI resolveQualifiedName(org.eclipse.xtext.naming.QualifiedName qualifiedName)
    • getQualifiedName

      public org.eclipse.xtext.naming.QualifiedName getQualifiedName(org.eclipse.emf.common.util.URI uri)
    • notifyChanged

      public void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
      Specified by:
      notifyChanged in interface org.eclipse.emf.common.notify.Adapter
      Overrides:
      notifyChanged in class org.eclipse.emf.common.notify.impl.AdapterImpl
    • getBuiltinProblem

      public Problem getBuiltinProblem()
    • getBuiltinSymbols

      public BuiltinSymbols getBuiltinSymbols()