Beispiel #1
0
 public override char GetChar()
 {
     try
     {
         return(m_pVal.GetChar());
     }
     catch (ParserError exc)
     {
         exc.GetContext().Ident = GetIdent();
         throw;
     }
 }