Class TemplatesScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
com._1c.g5.v8.dt.right.templates.scoping.TemplatesScopeProvider
- All Implemented Interfaces:
- org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider,- org.eclipse.xtext.scoping.IScopeProvider
public class TemplatesScopeProvider
extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
This class contains custom scoping description.
 
 see : http://www.eclipse.org/Xtext/documentation.html#scoping
 on how and when to use it
- 
Field SummaryFields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProviderlogger, NAMED_DELEGATE, NAMED_ERROR_HANDLER
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProviderdelegateGetScope, getDelegate, getErrorHandler, getPredicate, getPredicate, getScope, polymorphicFindScopeForClassName, polymorphicFindScopeForReferenceName, setDelegate, setErrorHandlerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvidersetWrapper
- 
Constructor Details- 
TemplatesScopeProviderpublic TemplatesScopeProvider()
 
-