public interface CqnSortSpecification extends CqnToken
Modifier and Type | Interface and Description |
---|---|
static class |
CqnSortSpecification.Order |
Modifier and Type | Method and Description |
---|---|
default void |
accept(CqnVisitor visitor)
Traverses the expression tree represented by this token with a given
visitor . |
CqnSelectListValue |
item()
Deprecated.
use
value() instead |
CqnSortSpecification.Order |
order() |
CqnValue |
value() |
toJson
@Deprecated CqnSelectListValue item()
value()
insteadCqnValue value()
CqnSortSpecification.Order order()
default void accept(CqnVisitor visitor)
CqnToken
visitor
. The traversal order is depth-first. If this token has
child nodes they are traversed first by dispatching the visitor to the
children's accept
methods.
Afterwards this token is passed to the visitor's visit
method
specific for this token's type.accept
in interface CqnToken
visitor
- the CqnVisitor
Copyright © 2022 SAP. All rights reserved.