------------------------------------------------------------------------------ \brief Return the token type. \return #m_iType \throw nothrow */
| 380 | \throw nothrow |
| 381 | */ |
| 382 | ECmdCode GetCode() const |
| 383 | { |
| 384 | if (m_pCallback.get()) |
| 385 | { |
| 386 | return m_pCallback->GetCode(); |
| 387 | } |
| 388 | else |
| 389 | { |
| 390 | return m_iCode; |
| 391 | } |
| 392 | } |
| 393 | |
| 394 | //------------------------------------------------------------------------------ |
| 395 | ETypeCode GetType() const |
no test coverage detected