Query class abstract

Base interface for queries.

Implementers

Constructors

Query({required SourcePosition position})
const

Properties

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

Methods

cast<R extends Query>() → R
Returns this Query cast as R
eval<R>(QueryEvaluator<R> evaluator) → R
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