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