ExpressionResolver<T> class final

Constructors

ExpressionResolver.new(T context)

Properties

context → T
final
depth int
Depth of the scope in the query tree.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(FieldExpression field) → (String?, String)
toString() String
A string representation of this object.
inherited
withScope(ExpressionContext ctx, List<(String?, String)> columns) ExpressionResolver<T>

Operators

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