public class ConstructorTypeScopeWrapper extends Object implements IScope
UnsupportedOperationException:
| Constructor and Description |
|---|
ConstructorTypeScopeWrapper(org.eclipse.emf.ecore.EObject context,
IVisibilityHelper visibilityHelper,
IScope typeScope) |
ConstructorTypeScopeWrapper(org.eclipse.emf.ecore.EObject context,
IVisibilityHelper visibilityHelper,
IScope typeScope,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFeatureDescriptions(IEObjectDescription typeDescription,
List<IEObjectDescription> result) |
protected ConstructorDescription |
createConstructorDescription(IEObjectDescription typeDescription,
JvmConstructor constructor,
boolean visible) |
protected Iterable<IEObjectDescription> |
createFeatureDescriptions(Iterable<IEObjectDescription> original) |
Iterable<IEObjectDescription> |
getAllElements() |
Iterable<IEObjectDescription> |
getElements(org.eclipse.emf.ecore.EObject object) |
Iterable<IEObjectDescription> |
getElements(QualifiedName name) |
protected org.eclipse.emf.ecore.EObject |
getResolvedProxy(IEObjectDescription description) |
IEObjectDescription |
getSingleElement(org.eclipse.emf.ecore.EObject object) |
IEObjectDescription |
getSingleElement(QualifiedName name) |
public ConstructorTypeScopeWrapper(org.eclipse.emf.ecore.EObject context,
IVisibilityHelper visibilityHelper,
IScope typeScope)
public ConstructorTypeScopeWrapper(org.eclipse.emf.ecore.EObject context,
IVisibilityHelper visibilityHelper,
IScope typeScope,
boolean strict)
public Iterable<IEObjectDescription> getAllElements()
getAllElements in interface IScopeUnsupportedOperationException - alwaysprotected Iterable<IEObjectDescription> createFeatureDescriptions(Iterable<IEObjectDescription> original)
protected void addFeatureDescriptions(IEObjectDescription typeDescription, List<IEObjectDescription> result)
protected org.eclipse.emf.ecore.EObject getResolvedProxy(IEObjectDescription description)
public Iterable<IEObjectDescription> getElements(org.eclipse.emf.ecore.EObject object)
getElements in interface IScopeprotected ConstructorDescription createConstructorDescription(IEObjectDescription typeDescription, JvmConstructor constructor, boolean visible)
public Iterable<IEObjectDescription> getElements(QualifiedName name)
getElements in interface IScopepublic IEObjectDescription getSingleElement(org.eclipse.emf.ecore.EObject object)
getSingleElement in interface IScopeUnsupportedOperationException - alwayspublic IEObjectDescription getSingleElement(QualifiedName name)
getSingleElement in interface IScopeUnsupportedOperationException - alwaysCopyright © 2015. All Rights Reserved.