Class QueryModelTreePrinter

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<RuntimeException>
org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>

public class QueryModelTreePrinter extends AbstractQueryModelVisitor<RuntimeException>
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 getTreeString(). As an alternative, the static utility method printTree(QueryModelNode) can be used.