UnaryOpExpression class
Unary prefix expression: <op> <operand>. Currently used only for
NOT; included as a node kind so backends can extend it without
adding a new visitor method.
- Inheritance
-
- Object
- SqlExpression
- UnaryOpExpression
Constructors
- UnaryOpExpression(String op, SqlExpression operand)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- op → String
-
final
- operand → SqlExpression
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept<
T> (SqlExpressionVisitor< T> visitor) → T -
Dispatch to a visitor. Concrete subclasses call the visitor's
matching
visitXmethod.override -
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