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
- 
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 - 
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.naming.QualifiedNamegetQualifiedName(org.eclipse.emf.common.util.URI uri) booleanisAdapterForType(Object type) voidnotifyChanged(org.eclipse.emf.common.notify.Notification msg) @Nullable org.eclipse.emf.common.util.URIresolveAndCacheQualifiedName(org.eclipse.xtext.naming.QualifiedName qualifiedName) Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, setTarget, unsetTarget 
- 
Constructor Details
- 
ImportAdapter
@Inject public ImportAdapter(com.google.inject.Injector injector)  
 - 
 - 
Method Details
- 
isAdapterForType
- Specified by:
 isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
 isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
 - 
getLibraries
 - 
getTermInterpreters
 - 
getAnnotationValidators
 - 
getLibrary
 - 
getTermInterpreter
 - 
getAnnotationValidator
 - 
getLibraryPaths
 - 
resolveAndCacheQualifiedName
@Nullable public @Nullable org.eclipse.emf.common.util.URI resolveAndCacheQualifiedName(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:
 notifyChangedin interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
 notifyChangedin classorg.eclipse.emf.common.notify.impl.AdapterImpl
 - 
getBuiltinProblem
 - 
getBuiltinSymbols
 
 -