Class AdditionalIndexesScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
com.e1c.g5.v8.dt.md.aindex.scoping.AdditionalIndexesScopeProvider
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
public class AdditionalIndexesScopeProvider
extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
implements org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
Scope provider for additional indexes objects
-
Field Summary
Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
delegateGetScope, getErrorHandler, getPredicate, getPredicate, getScope, polymorphicFindScopeForClassName, polymorphicFindScopeForReferenceName, setDelegate, setErrorHandler
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.impl.IDelegatingScopeProvider
setWrapper
Methods inherited from interface org.eclipse.xtext.scoping.IScopeProvider
getScope
-
Constructor Details
-
AdditionalIndexesScopeProvider
public AdditionalIndexesScopeProvider()
-
-
Method Details
-
getDelegate
public org.eclipse.xtext.scoping.IScopeProvider getDelegate()- Specified by:
getDelegate
in interfaceorg.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
- Overrides:
getDelegate
in classorg.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
-