(encode)
| 146777 | return this.expr.handler(this, expr); |
| 146778 | }, |
| 146779 | encodeExpression (encode) { |
| 146780 | return this.expr.encode(this, encode); |
| 146781 | }, |
| 146782 | // parse methods |
| 146783 | parse, |
| 146784 | parseOperator, |
nothing calls this directly
no outgoing calls
no test coverage detected