------------------------------------------------------------------------------ \brief Return the formula position related to the error. If the error is not related to a distinct position this will return -1 */
| 312 | If the error is not related to a distinct position this will return -1 |
| 313 | */ |
| 314 | int ParserError::GetPos() const |
| 315 | { |
| 316 | return m_iPos; |
| 317 | } |
| 318 | |
| 319 | //------------------------------------------------------------------------------ |
| 320 | /** \brief Return string related with this token (if available). */ |
no outgoing calls
no test coverage detected