(String s)
| 732 | /// |
| 733 | /// - `s`: Error description |
| 734 | protected void internalError(String s) throws Error { |
| 735 | throw new Error("RE internal error: " + s); |
| 736 | } |
| 737 | |
| 738 | /// Performs lazy allocation of subexpression arrays |
| 739 | private void allocParens() { |
no outgoing calls
no test coverage detected