Package com._1c.g5.v8.dt.bsl.scoping
Class ContextMethodsScope
java.lang.Object
com._1c.g5.modeling.xtext.scoping.LightAbstractScope
com._1c.g5.v8.dt.bsl.scoping.ContextItemsScope<Method>
com._1c.g5.v8.dt.bsl.scoping.ContextMethodsScope
- All Implemented Interfaces:
org.eclipse.xtext.scoping.IScope
Gets method scope for Bsl module
-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.modeling.xtext.scoping.LightAbstractScope
LightAbstractScope.EObjectFilterPredicate, LightAbstractScope.ParentIterable
-
Field Summary
Fields inherited from interface org.eclipse.xtext.scoping.IScope
NULLSCOPE
-
Constructor Summary
ConstructorsConstructorDescriptionContextMethodsScope
(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, Environments envs, INamingService namingService) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGets collection of itemMethods inherited from class com._1c.g5.v8.dt.bsl.scoping.ContextItemsScope
getAllLocalElements, getLocalElementsByName, getSingleLocalElementByName, isShadowed
Methods inherited from class com._1c.g5.modeling.xtext.scoping.LightAbstractScope
getAllElements, getElements, getElements, getLocalElementsByEObject, getParent, getParentElements, getSingleElement, getSingleElement, isIgnoreCase, toString
-
Constructor Details
-
ContextMethodsScope
public ContextMethodsScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, Environments envs, INamingService namingService) Constructor- Parameters:
parent
- parent scope, can't benull
contextDef
- actual contextDef for scope, can't benull
module
- actual bsl module, can't benull
envs
- actual environments, can't benull
namingService
-INamingService
service reference. May not benull
-
-
Method Details
-
collectAllItems
Description copied from class:ContextItemsScope
Gets collection of item- Specified by:
collectAllItems
in classContextItemsScope<Method>
- Returns:
- list of item
-