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

Interface query.FilterNode

public interface FilterNode
extends Object
Interface to declare methods comon to all ExpNodes that appear within filter expression.

Method Index

 o TranslateToFilter()
Return the ExpNode that represents the source version of this ExpNode in the context of a filter expression.

Methods

 o TranslateToFilter
  public abstract ExpNode TranslateToFilter() throws SourceQueryException
Return the ExpNode that represents the source version of this ExpNode in the context of a filter expression.
Returns:
the sub-tree that is the source translated version of this filter sub-tree.
Throws: SourceQueryException
if there are errors in the translation process.

All Packages  Class Hierarchy  This Package  Previous  Next  Index