Searched refs:NegatedEntry (Results 1 – 2 of 2) 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