예제 #1
0
 void checkStackTypeLex()
 {
     if (!tableId.isStackTypeLexEmpty())
     {
         pop();
         if (!tableId.isStackTypeLexEmpty())
         {
             throw new SystemException("Bad Stack type of lex");
         }
     }
 }