| 120 | return Tokens; |
| 121 | } |
| 122 | bool Finished() const { |
| 123 | return First > Last; |
| 124 | } |
| 125 | //! the first subtoken of multitoken has position equal to 0 |
| 126 | //! @note only word tokens can have suffixes |
| 127 | void GetMultitoken(TWideToken& tok) const { |
no outgoing calls
no test coverage detected