Class DcsScopeProvider

java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
com._1c.g5.v8.dt.dcs.scoping.DcsScopeProvider
All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider, org.eclipse.xtext.scoping.IScopeProvider

public class DcsScopeProvider extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider implements org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
Custom scoping description for Data composition schema.
  • Field Summary

    Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider

    logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.scoping.IScopeProvider
     
    org.eclipse.xtext.scoping.IScope
    getScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)
     

    Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider

    delegateGetScope, getErrorHandler, getPredicate, getPredicate, 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
  • Constructor Details

    • DcsScopeProvider

      public DcsScopeProvider()
  • Method Details

    • getDelegate

      public org.eclipse.xtext.scoping.IScopeProvider getDelegate()
      Specified by:
      getDelegate in interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
      Overrides:
      getDelegate in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
    • getScope

      public org.eclipse.xtext.scoping.IScope getScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)
      Specified by:
      getScope in interface org.eclipse.xtext.scoping.IScopeProvider
      Overrides:
      getScope in class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider