Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface LeafRewriter
Method Summary | |
boolean |
|
QueryTree |
public boolean canRewrite(QueryLeaf ql)
It returns true is the QueryLeaf can be rewrite by this LeafRewriter.
public QueryTree rewrite(QueryLeaf ql) throws MedorException
It rewrites the QueryLeaf into a QueryTree.