140141142143144145146147148
{ mExpression = new Or(); } else if (NOT.equals(text)) { mExpression = new Not(); } }