(String message)
| 588 | public PegLegParser<V> get() { return this; } |
| 589 | |
| 590 | protected IllegalArgumentException error(String message) { |
| 591 | return new IllegalArgumentException("[" + source.getState().line + ":" + source.getState().linePos + "] " + message); |
| 592 | } |
| 593 | |
| 594 | /** |
| 595 | * Generate a terminal rule for a specific character. |
no test coverage detected