Beispiel #1
0
 @Override
 public Expr comp(final QueryContext ctx) throws QueryException {
   super.comp(ctx);
   return checkUp(expr, ctx).value() ? optPre(value(ctx), ctx) : this;
 }