public class FlattenWhereNodeVisitor extends java.lang.Object implements SelectableVisitor
WhereNodetree into a LinkedHashSetof WhereNodes 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