org.eclipse.emf.ecore.xcore.scoping
Class XcoreScopeProvider.TypeParameterScope

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScope
      extended by org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.TypeParameterScope
All Implemented Interfaces:
org.eclipse.xtext.scoping.IScope
Enclosing class:
XcoreScopeProvider

protected class XcoreScopeProvider.TypeParameterScope
extends org.eclipse.xtext.scoping.impl.AbstractScope


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
org.eclipse.xtext.scoping.impl.AbstractScope.ParentIterable
 
Field Summary
 
Fields inherited from interface org.eclipse.xtext.scoping.IScope
NULLSCOPE
 
Constructor Summary
XcoreScopeProvider.TypeParameterScope(org.eclipse.xtext.scoping.IScope parent, boolean ignoreCase, EObject context)
           
 
Method Summary
protected  java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()
           
 
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
getAllElements, getElements, getElements, getLocalElementsByEObject, getLocalElementsByName, getParent, getParentElements, getSingleElement, getSingleElement, getSingleLocalElementByName, isIgnoreCase, isShadowed, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XcoreScopeProvider.TypeParameterScope

public XcoreScopeProvider.TypeParameterScope(org.eclipse.xtext.scoping.IScope parent,
                                             boolean ignoreCase,
                                             EObject context)
Method Detail

getAllLocalElements

protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()
Specified by:
getAllLocalElements in class org.eclipse.xtext.scoping.impl.AbstractScope

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.