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