public class GCQLPrefixNode extends GCQLNode
| Constructor and Description |
|---|
GCQLPrefixNode(String name,
String identifier,
GCQLNode subree) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All Rights Reserved.