1. override
R visitStrong(Strong node)

Source

@override
R visitStrong(Strong node) {
  node.visitChildren(this);
  return null;
}