FieldCompareQuery class

Describes a field operator text tripled (e.g. year < 2000).

Inheritance
Implementers
Annotations

Constructors

FieldCompareQuery({required TextQuery field, required TextQuery operator, required TextQuery text, required SourcePosition position})
const

Properties

field TextQuery
final
hashCode int
The hash code for this object.
no setterinherited
operator TextQuery
final
position SourcePosition
The position of this query relative to the source.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text TextQuery
final

Methods

cast<R extends Query>() → R
Returns this Query cast as R
inherited
eval<R>(QueryEvaluator<R> evaluator) → R
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool debug = false}) String
Returns a String-representation of this Query.
override

Operators

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