@override Map? visitSimpleStringLiteral(SimpleStringLiteral node) { return _buildStringLiteral(node.value); }