(...ops)
| 1143 | this.raiseExpected(value); |
| 1144 | } |
| 1145 | matchAnyOpToken(...ops) { |
| 1146 | return this.tokens.matchAnyOpToken(...ops); |
| 1147 | } |
| 1148 | matchAnyToken(...tokens) { |
| 1149 | return this.tokens.matchAnyToken(...tokens); |
| 1150 | } |
nothing calls this directly
no test coverage detected