Exemple #1
0
        public override int Eval(IModDictionary <string, int> symbTable)
        {
            if (symbTable.Contains(id))
            {
                return(symbTable.Get(id));
            }

            throw new Exception("Element not found");
        }