Class QueryModelNormalizerOptimizer.BindingCollector

    • Field Detail

      • bindingNames

        private final java.util.Set<java.lang.String> bindingNames
    • Constructor Detail

      • BindingCollector

        private BindingCollector()
    • Method Detail

      • setNodeToIgnore

        public void setNodeToIgnore​(QueryModelNode node)
      • getBindingNames

        public java.util.Set<java.lang.String> getBindingNames()
      • meetNode

        protected 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<java.lang.RuntimeException>
        Parameters:
        node - The node that is being visited.