(...ops)
| 1153 | this.raiseExpected(value); |
| 1154 | } |
| 1155 | matchAnyOpToken(...ops) { |
| 1156 | return this.tokens.matchAnyOpToken(...ops); |
| 1157 | } |
| 1158 | matchAnyToken(...tokens) { |
| 1159 | return this.tokens.matchAnyToken(...tokens); |
| 1160 | } |
nothing calls this directly
no test coverage detected