boolean ab = JavexUtils.isNull(a);
boolean cb = JavexUtils.isNull(c);
if(b==null)
throw new WrongSyntaxException("null");
if(b!=null && !b.toString().equalsIgnoreCase("with"))
throw new WrongSyntaxException(b.toString());
if (ab && cb)
return new Boolean(true);