public boolean isSemanticallyAcceptable() { try { getEvaluationType(); return true; } catch (TypeMismatchException e) { return false; } }
protected void _checkSemanticallyAcceptable() throws TypeMismatchException { getEvaluationType(); }