Class GraphicalSchemeScopeProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.bp.scheme.scoping.GraphicalSchemeScopeProvider
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
public class GraphicalSchemeScopeProvider extends Object implements org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
Scope provider for graphical scheme.
-
-
Constructor Summary
Constructors Constructor Description GraphicalSchemeScopeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.scoping.IScopeProvider
getDelegate()
org.eclipse.xtext.scoping.IScope
getItemEventsScope(org.eclipse.emf.ecore.EObject context, GraphicalSchemeItem item)
Returns scope with events for given item.org.eclipse.xtext.scoping.IScope
getScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)
-
-
-
Method Detail
-
getScope
public org.eclipse.xtext.scoping.IScope getScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)
- Specified by:
getScope
in interfaceorg.eclipse.xtext.scoping.IScopeProvider
-
getDelegate
public org.eclipse.xtext.scoping.IScopeProvider getDelegate()
- Specified by:
getDelegate
in interfaceorg.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
-
getItemEventsScope
public org.eclipse.xtext.scoping.IScope getItemEventsScope(org.eclipse.emf.ecore.EObject context, GraphicalSchemeItem item)
Returns scope with events for given item.- Parameters:
context
- - context to get runtime version. Can't benull
.item
- - item to get evetns for. Can't benull
.- Returns:
- scope with events for given item. Can't return
null
.
-
-