Class TupleExprs.TupleExprChildrenVisitor<X extends Exception>

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<X>
org.eclipse.rdf4j.query.algebra.helpers.TupleExprs.TupleExprChildrenVisitor<X>
All Implemented Interfaces:
QueryModelVisitor<X>
Enclosing class:
TupleExprs

private static class TupleExprs.TupleExprChildrenVisitor<X extends Exception> extends AbstractQueryModelVisitor<X>
  • Field Details

  • Constructor Details

    • TupleExprChildrenVisitor

      private TupleExprChildrenVisitor()
  • Method Details

    • meetNode

      public void meetNode(QueryModelNode node)
      Description copied from class: AbstractQueryModelVisitor
      Method called by all of the other meet methods that are not overridden in subclasses. This method can be overridden in subclasses to define default behaviour when visiting nodes. The default behaviour of this method is to visit the node's children.
      Overrides:
      meetNode in class AbstractQueryModelVisitor<X extends Exception>
      Parameters:
      node - The node that is being visited.
    • getChildren

      public List<TupleExpr> getChildren()