public class GCQLSortNode extends GCQLNode
| Constructor and Description |
|---|
GCQLSortNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSortIndex(ModifierSet key) |
Vector<ModifierSet> |
getSortIndexes() |
void |
printNode(int numStars)
prints the node as part of the tree to which it belongs
|
String |
toCQL()
Decompiles a parse-tree into a CQL query.
|
public GCQLNode subtree
public void addSortIndex(ModifierSet key)
public Vector<ModifierSet> getSortIndexes()
public String toCQL()
GCQLNodeCopyright © 2014. All Rights Reserved.