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
public class ContextMethodsScope extends ContextItemsScope<Method>
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
-
-
Constructor Summary
Constructors Constructor Description ContextMethodsScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, Environments envs)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Method>
collectAllItems()
Gets collection of item-
Methods inherited from class com._1c.g5.v8.dt.bsl.scoping.ContextItemsScope
getAllLocalElements, getSingleLocalElementByName, isShadowed
-
Methods inherited from class com._1c.g5.modeling.xtext.scoping.LightAbstractScope
getAllElements, getElements, getElements, getLocalElementsByEObject, getLocalElementsByName, getParent, getParentElements, getSingleElement, getSingleElement, isIgnoreCase, toString
-
-
-
-
Constructor Detail
-
ContextMethodsScope
public ContextMethodsScope(org.eclipse.xtext.scoping.IScope parent, ContextDef contextDef, Module module, Environments envs)
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
-
-
Method Detail
-
collectAllItems
protected List<Method> collectAllItems()
Description copied from class:ContextItemsScope
Gets collection of item- Specified by:
collectAllItems
in classContextItemsScope<Method>
- Returns:
- list of item
-
-