public class FieldOrder<Type extends Comparable<Type>> extends NodeExpression<Type>
QueryExpression
represents on entry in the list following ORDER BY.Modifier and Type | Class and Description |
---|---|
static class |
FieldOrder.Order |
Constructor and Description |
---|
FieldOrder(QueryExpression<Type> selector,
FieldOrder.Order order) |
Modifier and Type | Method and Description |
---|---|
protected void |
finishAccept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the visitor for the current node, after its children are
visited.
|
FieldOrder.Order |
getOrder() |
protected void |
startAccept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the visitor for the current node, before its children are
visited.
|
accept, getChildren, setChild
getExpressionType
public FieldOrder(QueryExpression<Type> selector, FieldOrder.Order order)
public FieldOrder.Order getOrder()
protected void startAccept(QueryExpressionVisitor visitor)
NodeExpression
startAccept
in class NodeExpression<Type extends Comparable<Type>>
visitor
- the visitor visiting this expressionprotected void finishAccept(QueryExpressionVisitor visitor)
NodeExpression
finishAccept
in class NodeExpression<Type extends Comparable<Type>>
visitor
- the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.