Class ClauseRemovingCloningVisitor

java.lang.Object
com.atlassian.jira.issue.search.ClauseRemovingCloningVisitor
All Implemented Interfaces:
ClauseVisitor<Clause>

public class ClauseRemovingCloningVisitor extends Object implements ClauseVisitor<Clause>
A visitor that will remove the specified named clauses from the query tree.

NOTE: it is possible to remove all clauses from a tree which will result in a null clause.

Since:
v4.0