public class SortedQuery extends AbstractNode
Sorted query.
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Try to accept this node by a visitor.
|
Query |
getQuery() |
SortSpec |
getSortSpec() |
java.lang.String |
toString() |
compareTo
public Query getQuery()
public SortSpec getSortSpec()
public void accept(Visitor visitor)
AbstractNode
Try to accept this node by a visitor.
accept
in interface Node
accept
in class AbstractNode
visitor
- the visitorpublic java.lang.String toString()
toString
in class java.lang.Object