Uses of Interface
com.e1c.langtool.history.scope.IQueryScope
Packages that use IQueryScope
-
Uses of IQueryScope in com.e1c.langtool.history.scope
Classes in com.e1c.langtool.history.scope that implement IQueryScopeMethods in com.e1c.langtool.history.scope that return types with arguments of type IQueryScopeModifier and TypeMethodDescriptionstatic List<IQueryScope>DefaultQueryScopes.getDefaultScopeList()static Map<String,IQueryScope> DefaultQueryScopes.getDefaultScopeMap()Methods in com.e1c.langtool.history.scope with parameters of type IQueryScopeModifier and TypeMethodDescriptionIScopedQueryAdapter.adapt(IProjectTranslatingQuery query, IQueryScope scope) Returns an expression as result of applying the given scope.booleanIScopedQueryAdapter.isAdaptable(IProjectTranslatingQuery query, IQueryScope scope) Returns true if the query can be adaptable by the given query scope. -
Uses of IQueryScope in com.e1c.langtool.internal.history.scope
Methods in com.e1c.langtool.internal.history.scope that return IQueryScopeMethods in com.e1c.langtool.internal.history.scope with parameters of type IQueryScopeModifier and TypeMethodDescriptionScopedQueryAdapter.adapt(IProjectTranslatingQuery query, IQueryScope scope) booleanScopedQueryAdapter.isAdaptable(IProjectTranslatingQuery query, IQueryScope scope) Constructors in com.e1c.langtool.internal.history.scope with parameters of type IQueryScope