SortKeyExpr
A subtype of Expression that represents a key condition on a sort key, such as would be used for specifying a Query key. This is a marker interface which adds no additional declarations.
Inheritors
Inherited functions
Link copied to clipboard
Accepts a visitor that is traversing an expression tree by dispatching to a subtype implementation. Subtype implementations MUST call the ExpressionVisitor.visit overload for their concrete type (effectively forming a double dispatch) and MUST return the resulting value.