4243444546474849
return result == null? Boolean.TRUE: Boolean.FALSE; } public void check() throws ExpressionException { if (arguments.size() != 1) { throw new ExpressionException(getDescription() + " requires one argument.", getLine(), getColumn()); } }