BindingSourceVisitor<R, C> class abstract

Implementers

Constructors

BindingSourceVisitor()

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
visitBoundExpression(BoundExpression boundExpression, [C? context]) → R
visitBoundI18nMessage(BoundI18nMessage boundI18nMessage, [C? context]) → R
visitComplexEventHandler(ComplexEventHandler complexEventHandler, [C? context]) → R
visitSimpleEventHandler(SimpleEventHandler simpleEventHandler, [C? context]) → R
visitStringLiteral(StringLiteral stringLiteral, [C? context]) → R

Operators

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