4142434445464748
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()); } }
7677787980818283
4041424344454647