internal void updateCheck()
 {
     if (exp != null)
     {
         exp.updateCheck();
     }
 }