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