| 37 | std::string Adorn(const Expr& e) const override { return ""; } |
| 38 | |
| 39 | std::string AdornStructField(const StructExprField& e) const override { |
| 40 | return ""; |
| 41 | } |
| 42 | |
| 43 | std::string AdornMapEntry(const MapExprEntry& e) const override { return ""; } |
| 44 | }; |