1. override
R visitBlockquote(Blockquote node)

Source

@override
R visitBlockquote(Blockquote node) {
  node.visitChildren(this);
  return null;
}