Operation class

Constructors

Operation.new(String leftOp, Operator op, dynamic rightOp)
Operation.ternary(String leftOp, dynamic right1, Operator op, dynamic right2)
factory
Operation.unaryPostfix(String left, Operator op)
factory
Operation.unaryPrefix(Operator op, String right)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
joins List<Join>
final
leftOp String
getter/setter pair
op Operator
getter/setter pair
rightOp ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables Set<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator &(Operation op) Operation
operator +(Operation op) Operation
operator ==(Object other) bool
The equality operator.
inherited
operator |(Operation op) Operation
operator ~() Operation