Class DeMorgansVisitor

java.lang.Object
com.atlassian.jira.jql.clause.DeMorgansVisitor
All Implemented Interfaces:
ClauseVisitor<Clause>

@NotThreadSafe public class DeMorgansVisitor extends Object implements ClauseVisitor<Clause>
Expands the not clauses in a clause tree using DeMorgans law and flips the operators to remove the not alltogether when possible.
Since:
v4.0