(count)
| 1212 | return this.tokens.pushFollows(...strs); |
| 1213 | } |
| 1214 | popFollows(count) { |
| 1215 | return this.tokens.popFollows(count); |
| 1216 | } |
| 1217 | clearFollows() { |
| 1218 | return this.tokens.clearFollows(); |
| 1219 | } |
nothing calls this directly
no test coverage detected