Class DocumentTypeVisitor

  • All Implemented Interfaces:
    com.yahoo.document.select.Visitor

    public abstract class DocumentTypeVisitor
    extends Object
    implements com.yahoo.document.select.Visitor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(com.yahoo.document.select.rule.ArithmeticNode arithmeticNode)  
      void visit​(com.yahoo.document.select.rule.AttributeNode attributeNode)  
      void visit​(com.yahoo.document.select.rule.ComparisonNode comparisonNode)  
      void visit​(com.yahoo.document.select.rule.EmbracedNode embracedNode)  
      void visit​(com.yahoo.document.select.rule.IdNode idNode)  
      void visit​(com.yahoo.document.select.rule.LiteralNode literalNode)  
      void visit​(com.yahoo.document.select.rule.LogicNode logicNode)  
      void visit​(com.yahoo.document.select.rule.NegationNode negationNode)  
      void visit​(com.yahoo.document.select.rule.NowNode nowNode)  
      void visit​(com.yahoo.document.select.rule.VariableNode variableNode)  
      • Methods inherited from interface com.yahoo.document.select.Visitor

        visit, visit
    • Constructor Detail

      • DocumentTypeVisitor

        public DocumentTypeVisitor()
    • Method Detail

      • visit

        public void visit​(com.yahoo.document.select.rule.ArithmeticNode arithmeticNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.AttributeNode attributeNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.ComparisonNode comparisonNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.EmbracedNode embracedNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.IdNode idNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.LiteralNode literalNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.LogicNode logicNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.NegationNode negationNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.NowNode nowNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor
      • visit

        public void visit​(com.yahoo.document.select.rule.VariableNode variableNode)
        Specified by:
        visit in interface com.yahoo.document.select.Visitor