Uses of Interface
com._1c.g5.v8.dt.ql.scoping.IQlCachedScopeProvider
-
Packages that use IQlCachedScopeProvider Package Description com._1c.g5.v8.dt.ql com._1c.g5.v8.dt.ql.scoping -
-
Uses of IQlCachedScopeProvider in com._1c.g5.v8.dt.ql
Methods in com._1c.g5.v8.dt.ql that return types with arguments of type IQlCachedScopeProvider Modifier and Type Method Description Class<? extends IQlCachedScopeProvider>
QlRuntimeModule. bindIQlCachedScopeProvider()
-
Uses of IQlCachedScopeProvider in com._1c.g5.v8.dt.ql.scoping
Classes in com._1c.g5.v8.dt.ql.scoping that implement IQlCachedScopeProvider Modifier and Type Class Description class
QlCachedScopeProvider
Special provider for caching values ofIScope
getting fromQlScopeProvider
.
-