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