@Override
 public void accept(TreeVisitor visitor) {
   visitor.visitSynchronizedStatement(this);
 }