CapturedVariable class

Constructors

CapturedVariable(Reference reference, int queryGlobalId)

Properties

hashCode int
The hash code for this object.
no setterinherited
helperColumn String
no setter
introducedVariable → ColonNamedVariable
The variable introduced to replace the original reference.
final
queryGlobalId int
A number uniquely identifying this captured variable in the select statement analyzed.
final
reference → Reference
final
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
toString() String
A string representation of this object.
inherited

Operators

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