- Implemented types
-
- ExprVisitor<
R?>
- ExprVisitor<
Constructors
Properties
- 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
-
toString(
) → String -
A string representation of this object.
inherited
-
visitAdd(
ExprAdd add) → R? -
override
-
visitAnd(
ExprAnd and) → R? -
override
-
visitContains(
ExprContains contains) → R? -
override
-
visitContainsAll(
ExprContainsAll containsAll) → R? -
override
-
visitContainsAny(
ExprContainsAny containsAny) → R? -
override
-
visitEquals(
ExprEquals equals) → R? -
override
-
visitExtensionCall(
ExprExtensionCall extensionCall) → R? -
override
-
visitGetAttribute(
ExprGetAttribute getAttribute) → R? -
override
-
visitGreaterThan(
ExprGreaterThan greaterThan) → R? -
override
-
visitGreaterThanOrEquals(
ExprGreaterThanOrEquals greaterThanOrEquals) → R? -
override
-
visitHasAttribute(
ExprHasAttribute hasAttribute) → R? -
override
-
visitIfThenElse(
ExprIfThenElse ifThenElse) → R? -
override
-
visitIn(
ExprIn in_) → R? -
override
-
visitIs(
ExprIs is_) → R? -
override
-
visitLessThan(
ExprLessThan lessThan) → R? -
override
-
visitLessThanOrEquals(
ExprLessThanOrEquals lessThanOrEquals) → R? -
override
-
visitLike(
ExprLike like) → R? -
override
-
visitMult(
ExprMult mult) → R? -
override
-
visitNegate(
ExprNegate negate) → R? -
override
-
visitNot(
ExprNot not) → R? -
override
-
visitNotEquals(
ExprNotEquals notEquals) → R? -
override
-
visitOr(
ExprOr or) → R? -
override
-
visitRecord(
ExprRecord record) → R? -
override
-
visitSet(
ExprSet set) → R? -
override
-
visitSlot(
ExprSlot slot) → R? -
override
-
visitSubt(
ExprSubt subt) → R? -
override
-
visitUnknown(
ExprUnknown unknown) → R? -
override
-
visitValue(
ExprValue value) → R? -
override
-
visitVariable(
ExprVariable variable) → R? -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited