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