| QueryModelVisitor implementation that "prints" a tree representation of a
query model. The tree representations is printed to an internal character
buffer and can be retrieved using
QueryModelTreePrinter.getTreeString() . As an
alternative, the static utility method
QueryModelTreePrinter.printTree(QueryModelNode) can
be used.
|