Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.medor.optim.lib.BasicRule
org.objectweb.medor.optim.lib.DropUnusedProjFieldsRule
public class DropUnusedProjFieldsRule
extends BasicRule
Nested Class Summary |
Nested classes/interfaces inherited from class org.objectweb.medor.optim.lib.BasicRule | |
BasicRule.ModifiedExpression |
Field Summary |
Constructor Summary | |
Method Summary | |
QueryTree |
Methods inherited from class org.objectweb.medor.optim.lib.BasicRule | |
replaceUsage , rewrite |
public QueryTree rewrite(QueryTree qt, QueryNode _parent) throws MedorException
Relies on a Map which associates to each child the list of required Fields for that child.
- Specified by:
- rewrite in interface RewriteRule