Uses of Interface
com._1c.g5.modeling.xtext.scoping.ISlicedScope
-
Packages that use ISlicedScope Package Description com._1c.g5.modeling.xtext.scoping com._1c.g5.v8.dt.platform.scoping -
-
Uses of ISlicedScope in com._1c.g5.modeling.xtext.scoping
Classes in com._1c.g5.modeling.xtext.scoping that implement ISlicedScope Modifier and Type Class Description class
CachedLightSimpleScope
Lightweight and cached implementation of the SimpleScope.class
CompositeScope
Composes several scopes into one.class
LightFilteringScope
Lightweight implementation of the IScope.class
LightSelectableBasedScope
The lightweight version of theSelectableBasedScope
.class
NonShadowedSelectableBasedScope
SelectableBasedScope
which does not shadow any object descriptionclass
NullSlicedScope
The same asIScope
forISlicedScope
interfaceConstructors in com._1c.g5.modeling.xtext.scoping with parameters of type ISlicedScope Constructor Description LightFilteringScope(ISlicedScope delegate, com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription> filter, IIndexSlicePredicateService slicePredicateService)
Constructor -
Uses of ISlicedScope in com._1c.g5.v8.dt.platform.scoping
Classes in com._1c.g5.v8.dt.platform.scoping that implement ISlicedScope Modifier and Type Class Description class
PlatformSimpleScope
SimpleScope
with ignoring case.
-