示例#1
0
 void check_not()
 {
     if (!tableId.check_not())
     {
         throw new SystemException(curLex.getName() + " wrong type in not");
     }
 }