1. override
R visitInfoString(InfoString node)

Source

@override
R visitInfoString(InfoString node) {
  node.visitChildren(this);
  return null;
}