()
| 1217 | return this.tokens.popFollows(count); |
| 1218 | } |
| 1219 | clearFollows() { |
| 1220 | return this.tokens.clearFollows(); |
| 1221 | } |
| 1222 | restoreFollows(f) { |
| 1223 | return this.tokens.restoreFollows(f); |
| 1224 | } |
nothing calls this directly
no test coverage detected