Returns the string representation of the type
| 282 | |
| 283 | /// Returns the string representation of the type |
| 284 | std::string getTypeStr() const { return getFullName(m_type); } |
| 285 | |
| 286 | /// Returns the height of the JIT tree from this node |
| 287 | int getHeight() const { return m_height; } |
no test coverage detected