| Modifier and Type | Class and Description |
|---|---|
static class |
SuperCallScope.ExplicitCallDescription
Used during linking to set the
flag
which keeps track of explicitly chosen rules. |
| Constructor and Description |
|---|
SuperCallScope(org.eclipse.emf.ecore.EObject context) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IEObjectDescription> |
getAllElements()
Obtain all elements from the scope.
|
Iterable<IEObjectDescription> |
getElements(org.eclipse.emf.ecore.EObject object)
Find all descriptions that match the given instance.
|
Iterable<IEObjectDescription> |
getElements(QualifiedName name)
Find all descriptions that match the given name.
|
IEObjectDescription |
getSingleElement(org.eclipse.emf.ecore.EObject object)
Find the first description that matches the given instance.
|
IEObjectDescription |
getSingleElement(QualifiedName name)
Find the first description that matches the given name.
|
public IEObjectDescription getSingleElement(QualifiedName name)
IScopegetSingleElement in interface IScopename - the name of the to-be-found element. May not be null.name. May be null.public Iterable<IEObjectDescription> getElements(QualifiedName name)
IScopegetElements in interface IScopename - the name of the to-be-found elements. May not be null.name. Never null.public IEObjectDescription getSingleElement(org.eclipse.emf.ecore.EObject object)
IScopegetSingleElement in interface IScopeobject - the instance whose description should be obtained. May not be null.instance. May be null.public Iterable<IEObjectDescription> getElements(org.eclipse.emf.ecore.EObject object)
IScopegetElements in interface IScopeobject - the instance whose descriptions should be obtained. May not be null.instance. Never null.public Iterable<IEObjectDescription> getAllElements()
IScopeUnsupportedOperationException
if the scope cannot be enumerated.getAllElements in interface IScopenull.Copyright © 2015. All Rights Reserved.