public interface Node extends java.lang.Comparable<Node>
This is a node interface for the CQL abstract syntax tree.
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept a visitor on this node.
|
void accept(Visitor visitor)
Accept a visitor on this node.
visitor
- the visitor