org.eclipse.xtext.common.types.xtext
Class ClasspathBasedConstructorScope

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScope
      extended by org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
          extended by org.eclipse.xtext.common.types.xtext.ClasspathBasedConstructorScope
All Implemented Interfaces:
IScope

public class ClasspathBasedConstructorScope
extends AbstractConstructorScope

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
AbstractScope.ParentIterable
 
Field Summary
 
Fields inherited from interface org.eclipse.xtext.scoping.IScope
NULLSCOPE
 
Constructor Summary
ClasspathBasedConstructorScope(ClasspathBasedTypeScope typeScope)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.common.types.xtext.AbstractConstructorScope
getAllElements, getAllLocalElements, getElements, getElements, getQualifiedNameConverter, getSingleElement, getTypeScope, internalGetAllElements, toString
 
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope
getLocalElementsByEObject, getLocalElementsByName, getParent, getParentElements, getSingleElement, getSingleLocalElementByName, isIgnoreCase, isShadowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClasspathBasedConstructorScope

public ClasspathBasedConstructorScope(ClasspathBasedTypeScope typeScope)