org.eclipse.xtext.scoping.impl
Class AbstractScopeProvider

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScopeProvider
All Implemented Interfaces:
IScopeProvider
Direct Known Subclasses:
AbstractDeclarativeScopeProvider, AbstractGlobalScopeDelegatingScopeProvider, XtextScopeProvider, XtypeScopeProvider

public abstract class AbstractScopeProvider
extends java.lang.Object
implements IScopeProvider

Base class for all scope providers. Clients can inherit from this class.

Author:
Heiko Behrens - Initial contribution and API, Sebastian Zarnekow

Constructor Summary
AbstractScopeProvider()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.scoping.IScopeProvider
getScope
 

Constructor Detail

AbstractScopeProvider

public AbstractScopeProvider()