Uses of Interface
com.rabbitmq.jms.parse.Visitor
-
Packages that use Visitor Package Description com.rabbitmq.jms.parse com.rabbitmq.jms.parse.sql -
-
Uses of Visitor in com.rabbitmq.jms.parse
Methods in com.rabbitmq.jms.parse with parameters of type Visitor Modifier and Type Method Description static <Node> booleanParseTreeTraverser. traverse(ParseTree<Node> tree, Visitor<Node> visitor)Visits each subtree in both ‘pre-order’ and ‘post-order’, in one pass. -
Uses of Visitor in com.rabbitmq.jms.parse.sql
Classes in com.rabbitmq.jms.parse.sql that implement Visitor Modifier and Type Class Description classSqlTypeSetterVisitorThis visitor sets the type of the expression at a node of a tree, using the type of node and theSqlExpressionTypeof the children nodes.
-