@override R? visitSimpleStringLiteral(SimpleStringLiteral node) { node.visitChildren(this); return null; }