! * @brief This function returns string representation of this node token value. * * @return Node token value string representation. */
| 155 | * @return Node token value string representation. |
| 156 | */ |
| 157 | std::string getTokenString() { return m_token.getValue() ? m_token.getValue()->toString() : ""; } |
| 158 | //@} |
| 159 | |
| 160 | //! @name Parent |
no test coverage detected