Package ca.ubc.stat.blang.scoping
Class BlangDslScopeProvider
java.lang.Object
org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider
org.eclipse.xtext.xbase.annotations.typesystem.XbaseWithAnnotationsBatchScopeProvider
ca.ubc.stat.blang.scoping.AbstractBlangDslScopeProvider
ca.ubc.stat.blang.scoping.BlangDslScopeProvider
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
,org.eclipse.xtext.xbase.scoping.batch.IBatchScopeProvider
public class BlangDslScopeProvider extends AbstractBlangDslScopeProvider
This class contains custom scoping description.
See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping
on how and when to use it.
-
Constructor Summary
Constructors Constructor Description BlangDslScopeProvider()
-
Method Summary
Methods inherited from class org.eclipse.xtext.xbase.annotations.typesystem.XbaseWithAnnotationsBatchScopeProvider
getScope
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider
delegateGetScope, getDelegate, getFeatureScopes, isBatchScopeable, isConstructorCallScope, isFeatureCallScope, isTypeScope, newSession, setDelegate, setWrapper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BlangDslScopeProvider
public BlangDslScopeProvider()
-