| 298 | } |
| 299 | |
| 300 | std::unique_ptr<NodeType> clone() const override { |
| 301 | return std::make_unique<StringLiteralNodeType>(*this); |
| 302 | } |
| 303 | |
| 304 | nlohmann::json toJSON() const override { return literalString; } |
| 305 | std::string literalString; |
nothing calls this directly
no outgoing calls
no test coverage detected