Parse a SortField expression or fail if the current expression is not a sort field. @return The parsed sort field. @throws ParserException if no sort field expression could be parsed.
()
| 404 | * @throws ParserException if no sort field expression could be parsed. |
| 405 | */ |
| 406 | @NotNull |
| 407 | SortField<?> parseSortField() throws ParserException; |
| 408 | |
| 409 | /** |
no outgoing calls
no test coverage detected