Returns the short name for this type \note For the shift node this is "Sh" appended by the short name of the type
| 290 | /// \note For the shift node this is "Sh" appended by the short name of the |
| 291 | /// type |
| 292 | virtual std::string getNameStr() const { return getShortName(m_type); } |
| 293 | |
| 294 | /// Default destructor |
| 295 | virtual ~Node() noexcept = default; |
no test coverage detected