示例#1
0
//--------------------------
        void checkId(bool add = true)
        {
            if (!tableId.checkId(curLex))
            {
                throw new SystemException(curLex.getName() + " not declare");
            }
            if (add)
            {
                tableId.poliz_put_lex(curLex);
            }
        }