13141516171819
public FilterNegationPredicate() { } @Override public BooleanExpr getQuery() { return new NotExpr(getChild().getQuery()); }