visitDoUpdate method

  1. @override
void visitDoUpdate(
  1. DoUpdate e,
  2. TypeExpectation arg
)
override

Implementation

@override
void visitDoUpdate(DoUpdate e, TypeExpectation arg) {
  _handleWhereClause(e);
  visitExcept(e, e.where, arg);
}