Uses of Class
com._1c.g5.modeling.xtext.scoping.LightAbstractScope
-
Packages that use LightAbstractScope Package Description com._1c.g5.modeling.xtext.scoping com._1c.g5.v8.dt.bsl.scoping com._1c.g5.v8.dt.platform.scoping -
-
Uses of LightAbstractScope in com._1c.g5.modeling.xtext.scoping
Subclasses of LightAbstractScope in com._1c.g5.modeling.xtext.scoping Modifier and Type Class Description class
CachedLightSimpleScope
Lightweight and cached implementation of the SimpleScope.class
CompositeScope
Composes several scopes into one.class
LightSelectableBasedScope
The lightweight version of theSelectableBasedScope
.class
LightSimpleScope
Lightweight implementation of the SimpleScope.class
NonShadowedSelectableBasedScope
SelectableBasedScope
which does not shadow any object descriptionConstructors in com._1c.g5.modeling.xtext.scoping with parameters of type LightAbstractScope Constructor Description EObjectFilterPredicate(org.eclipse.emf.ecore.EObject object, LightAbstractScope scope)
ConstructorParentIterable(LightAbstractScope scope, com.google.inject.Provider<Iterable<org.eclipse.xtext.resource.IEObjectDescription>> provider)
-
Uses of LightAbstractScope in com._1c.g5.v8.dt.bsl.scoping
Subclasses of LightAbstractScope in com._1c.g5.v8.dt.bsl.scoping Modifier and Type Class Description class
BlockLabelsScope
Create scope forLabeledStatement
in Bsl module languageclass
BlockVariablesScope
Create scope for variable inBlock
for Bsl languageclass
ContextItemsScope<E extends DuallyNamedElement & Environmental>
Special scope for gettingDuallyNamedElement
andEnvironmental
class
ContextMethodsScope
Gets method scope for Bsl moduleclass
ContextPropertiesScope
Gets property scope for Bsl moduleclass
ImplicitVariablesScope
GetsImplicitVariable
scopeclass
ImplicitVariablesScopeByOffset
Special scope forImplicitVariable
.class
MethodVariablesScope
class
ModuleMethodsScope
Special scope for gettingMethod
from Bsl moduleclass
ModuleVariablesScope
Special scope for gettingVariable
from Bsl module -
Uses of LightAbstractScope in com._1c.g5.v8.dt.platform.scoping
Subclasses of LightAbstractScope in com._1c.g5.v8.dt.platform.scoping Modifier and Type Class Description class
PlatformSimpleScope
SimpleScope
with ignoring case.
-