public class GCQLProjectNode extends GCQLNode
| Constructor and Description |
|---|
GCQLProjectNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectIndex(ModifierSet key) |
Vector<ModifierSet> |
getProjectIndexes() |
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 addProjectIndex(ModifierSet key)
public Vector<ModifierSet> getProjectIndexes()
public String toCQL()
GCQLNodeCopyright © 2014. All Rights Reserved.