()
| 1207 | return this.tokens.popFollows(count); |
| 1208 | } |
| 1209 | clearFollows() { |
| 1210 | return this.tokens.clearFollows(); |
| 1211 | } |
| 1212 | restoreFollows(f) { |
| 1213 | return this.tokens.restoreFollows(f); |
| 1214 | } |
nothing calls this directly
no test coverage detected