public class FlattenWhereNodeVisitor extends java.lang.Object implements SelectableVisitor
WhereNode
tree into a LinkedHashSet
of WhereNode
s that
were originally ANDed together in the source tree.Modifier and Type | Field and Description |
---|---|
protected java.util.Set |
_nodes |
Constructor and Description |
---|
FlattenWhereNodeVisitor() |
Modifier and Type | Method and Description |
---|---|
java.util.Set |
getNodes(Selectable node) |
void |
visit(Selectable sel) |
public java.util.Set getNodes(Selectable node)
public void visit(Selectable sel)
visit
in interface SelectableVisitor