Class BindingAssigner.VarVisitor

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<RuntimeException>
org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>
Enclosing class:
BindingAssigner

@Deprecated(forRemoval=true, since="4.1.0") protected static class BindingAssigner.VarVisitor extends AbstractQueryModelVisitor<RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • bindings

      protected BindingSet bindings
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • VarVisitor

      public VarVisitor(BindingSet bindings)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details