* Insert new token after this token. This function will handle * relations between next and previous token also. * @param tokenStr String for the new token. */
| 979 | * @param tokenStr String for the new token. |
| 980 | */ |
| 981 | RET_NONNULL Token* insertToken(const std::string& tokenStr) |
| 982 | { |
| 983 | return insertToken(tokenStr, false); |
| 984 | } |
| 985 | /** |
| 986 | * Insert new token after this token. This function will handle |
| 987 | * relations between next and previous token also. |
no outgoing calls
no test coverage detected