()
| 301 | } |
| 302 | |
| 303 | public @Nullable Object parse() throws ReflectiveOperationException { |
| 304 | return parse(null, next()); |
| 305 | } |
| 306 | |
| 307 | @SuppressWarnings("unchecked") |
| 308 | @Nullable Object parse(@Nullable Object obj, int b) throws ReflectiveOperationException { |
no test coverage detected