(...strs)
| 1201 | return this.tokens.popFollow(); |
| 1202 | } |
| 1203 | pushFollows(...strs) { |
| 1204 | return this.tokens.pushFollows(...strs); |
| 1205 | } |
| 1206 | popFollows(count) { |
| 1207 | return this.tokens.popFollows(count); |
| 1208 | } |
nothing calls this directly
no test coverage detected