(count)
| 1204 | return this.tokens.pushFollows(...strs); |
| 1205 | } |
| 1206 | popFollows(count) { |
| 1207 | return this.tokens.popFollows(count); |
| 1208 | } |
| 1209 | clearFollows() { |
| 1210 | return this.tokens.clearFollows(); |
| 1211 | } |
nothing calls this directly
no test coverage detected