Class SupplyScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
com._1c.g5.v8.dt.supply.internal.scoping.SupplyScopeProvider
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
public class SupplyScopeProvider
extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
implements org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
Custom scoping description for Supply Object
-
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
-
SupplyScopeProvider
public SupplyScopeProvider()
-
-
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
-