Interface query.STARTSnode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface query.STARTSnode

public interface STARTSnode
extends Object
Interface to encapsulates methods to all ExpNodes for STARTS filter and ranking expressions.

Method Index

 o Check()
Check the subtree descending from this STARTS node for semantic inconsistencies and source support.

Methods

 o Check
  public abstract ExpNode Check() throws UnsupportedQueryException
Check the subtree descending from this STARTS node for semantic inconsistencies and source support.
Returns:
the transformed sub-tree as a result of the semantic checking operation.
Throws: UnsupportedQueryException
if an error is discovered during the checking process.

All Packages  Class Hierarchy  This Package  Previous  Next  Index