Get context object at the moment. @return context object
()
| 586 | * @return context object |
| 587 | */ |
| 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); |
no outgoing calls
no test coverage detected