예제 #1
0
 public boolean isSemanticallyAcceptable() {
   try {
     getEvaluationType();
     return true;
   } catch (TypeMismatchException e) {
     return false;
   }
 }
예제 #2
0
 protected void _checkSemanticallyAcceptable() throws TypeMismatchException {
   getEvaluationType();
 }