Exemplo n.º 1
0
 public virtual void  removeParserListener(ParserListener l)
 {
     if (!ignoreInvalidDebugCalls)
     {
         throw new System.SystemException("removeParserListener() is only valid if parser built for debugging");
     }
 }
Exemplo n.º 2
0
 public virtual void  addParserListener(ParserListener l)
 {
     if (!ignoreInvalidDebugCalls)
     {
         throw new System.ArgumentException("addParserListener() is only valid if parser built for debugging");
     }
 }
Exemplo n.º 3
0
 public virtual void removeParserListener(ParserListener l)
 {
     if (!ignoreInvalidDebugCalls)
         throw new System.SystemException("removeParserListener() is only valid if parser built for debugging");
 }
Exemplo n.º 4
0
 public virtual void addParserListener(ParserListener l)
 {
     if (!ignoreInvalidDebugCalls)
         throw new System.ArgumentException("addParserListener() is only valid if parser built for debugging");
 }