|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.xtext.linking.impl.ImportedNamesAdapter
public class ImportedNamesAdapter
Wraps global scopes and collects and holds all names for which global scopes have been asked.
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
ImportedNamesAdapter()
|
Method Summary | |
---|---|
void |
clear()
|
static ImportedNamesAdapter |
find(org.eclipse.emf.ecore.resource.Resource resource)
|
java.util.Set<QualifiedName> |
getImportedNames()
|
IScope |
wrap(IScope scope)
|
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
---|
getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportedNamesAdapter()
Method Detail |
---|
public static ImportedNamesAdapter find(org.eclipse.emf.ecore.resource.Resource resource)
public java.util.Set<QualifiedName> getImportedNames()
public IScope wrap(IScope scope)
wrap
in interface IScopeWrapper
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |