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