public class GCQLBooleanNode extends GCQLNode
| Modifier and Type | Field and Description |
|---|---|
GCQLNode |
left |
ModifierSet |
ms |
GCQLNode |
right |
| Constructor and Description |
|---|
GCQLBooleanNode() |
| 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.
|
public GCQLNode left
public ModifierSet ms
public GCQLNode right
Copyright © 2017. All Rights Reserved.