QueryEvaluator<R> class abstract

Provides an interface for generic query evaluation.

Constructors

QueryEvaluator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evalAnd(AndQuery query) → R
evalCompare(CompareQuery query) → R
evalGroup(GroupQuery query) → R
evalNot(NotQuery query) → R
evalOr(OrQuery query) → R
evalPhrase(PhraseQuery query) → R
evalRange(RangeQuery query) → R
evalScope(ScopeQuery query) → R
evalText(TextQuery query) → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited