Class BindingAssigner.VarVisitor

  • All Implemented Interfaces:
    QueryModelVisitor<java.lang.RuntimeException>
    Enclosing class:
    BindingAssigner

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

      • bindings

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

      • VarVisitor

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

      • meet

        public void meet​(Var var)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        meet in interface QueryModelVisitor<java.lang.RuntimeException>
        Overrides:
        meet in class AbstractQueryModelVisitor<java.lang.RuntimeException>