| Package | Description |
|---|---|
| com.rabbitmq.jms.parse | |
| com.rabbitmq.jms.parse.sql |
| Modifier and Type | Method and Description |
|---|---|
static <Node> boolean |
ParseTreeTraverser.traverse(ParseTree<Node> tree,
Visitor<Node> visitor)
Visits each subtree in both ‘pre-order’ and ‘post-order’, in one pass.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlTypeSetterVisitor
This visitor sets the type of the expression at a node of a tree, using the type of node
and the
SqlExpressionType of the children nodes. |
Copyright © 2023. All rights reserved.