org.eclipse.xtext.ui.codetemplates.scoping
Class CodetemplatesScopeProvider

java.lang.Object
  extended by org.eclipse.xtext.scoping.impl.AbstractScopeProvider
      extended by org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
          extended by org.eclipse.xtext.ui.codetemplates.scoping.CodetemplatesScopeProvider
All Implemented Interfaces:
IScopeProvider
Direct Known Subclasses:
SingleCodetemplateScopeProvider, SyntheticResourceAwareScopeProvider

public class CodetemplatesScopeProvider
extends AbstractDeclarativeScopeProvider

This class contains custom scoping description. see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#scoping on how and when to use it


Field Summary
 
Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER
 
Constructor Summary
CodetemplatesScopeProvider()
           
 
Method Summary
 IScope scope_Codetemplate_context(Codetemplate template, org.eclipse.emf.ecore.EReference reference)
           
 
Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
delegateGetScope, getDelegate, 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
 

Constructor Detail

CodetemplatesScopeProvider

public CodetemplatesScopeProvider()
Method Detail

scope_Codetemplate_context

public IScope scope_Codetemplate_context(Codetemplate template,
                                         org.eclipse.emf.ecore.EReference reference)