public class GCQLTermNode extends GCQLNode
| Constructor and Description |
|---|
GCQLTermNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex() |
GCQLRelation |
getRelation() |
String |
getTerm() |
void |
printNode(int numStars)
prints the node as part of the tree to which it belongs
|
void |
setIndex(String index) |
void |
setRelation(GCQLRelation relation) |
void |
setTerm(String term) |
String |
toCQL()
Decompiles a parse-tree into a CQL query.
|
public String getIndex()
public void setIndex(String index)
public GCQLRelation getRelation()
public void setRelation(GCQLRelation relation)
public String getTerm()
public void setTerm(String term)
public String toCQL()
GCQLNodeCopyright © 2014. All Rights Reserved.