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