Class TacticDDDLanguageScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
org.contextmapper.tactic.dsl.scoping.TacticDDDLanguageScopeProvider
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
- Direct Known Subclasses:
AbstractContextMappingDSLScopeProvider
public class TacticDDDLanguageScopeProvider
extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
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.
-
Field Summary
Fields inherited from class org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider
logger, NAMED_DELEGATE, NAMED_ERROR_HANDLER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.scoping.IScope
scope_DslOppositeHolder_opposite
(OppositeHolder ctx, org.eclipse.emf.ecore.EReference ref) org.eclipse.xtext.scoping.IScope
scope_DslResourceOperationDelegate_delegateOperation
(ResourceOperationDelegate ctx, org.eclipse.emf.ecore.EReference ref) org.eclipse.xtext.scoping.IScope
scope_DslServiceOperationDelegate_delegateOperation
(ServiceOperationDelegate ctx, org.eclipse.emf.ecore.EReference ref) 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
Methods inherited from interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
setWrapper
-
Constructor Details
-
TacticDDDLanguageScopeProvider
public TacticDDDLanguageScopeProvider()
-
-
Method Details
-
scope_DslOppositeHolder_opposite
public org.eclipse.xtext.scoping.IScope scope_DslOppositeHolder_opposite(OppositeHolder ctx, org.eclipse.emf.ecore.EReference ref) -
scope_DslServiceOperationDelegate_delegateOperation
public org.eclipse.xtext.scoping.IScope scope_DslServiceOperationDelegate_delegateOperation(ServiceOperationDelegate ctx, org.eclipse.emf.ecore.EReference ref) -
scope_DslResourceOperationDelegate_delegateOperation
public org.eclipse.xtext.scoping.IScope scope_DslResourceOperationDelegate_delegateOperation(ResourceOperationDelegate ctx, org.eclipse.emf.ecore.EReference ref)
-