Searched refs:NegatedEntry (Results 1 – 3 of 3) sorted by relevance
107 $stack[] = new NegatedEntry($operand);132 if ($left instanceof PageSet && $right instanceof NegatedEntry) {135 if ($left instanceof NegatedEntry && $right instanceof PageSet) {183 * @param NegatedEntry $negated the negated operand186 protected function subtractNegated(PageSet $pages, NegatedEntry $negated): PageSet262 if ($entry instanceof NegatedEntry) {
13 class NegatedEntry implements StackEntry class
270 …* **NegatedEntry** - Wraps another entry to represent logical NOT, allowing AND to convert it to s…