Interface ExpressionNode

    • Method Detail

      • evaluate

        java.lang.Object evaluate​(Context doc)
        Evaluate the content of this node based on document object, and return that value.
        Parameters:
        doc - the document to evaluate over.
        Returns:
        the value of this.
      • getBucketSet

        BucketSet getBucketSet​(BucketIdFactory factory)
        Returns the set of bucket ids covered by this node.
        Parameters:
        factory - the factory used by the current application.
      • accept

        void accept​(Visitor visitor)
        Perform visitation of this node.
        Parameters:
        visitor - the visitor that wishes to visit the node.