예제 #1
0
 public virtual void  removeParserTokenListener(ParserTokenListener l)
 {
     if (!ignoreInvalidDebugCalls)
     {
         throw new System.SystemException("removeParserTokenListener() is only valid if parser built for debugging");
     }
 }
예제 #2
0
		public virtual void  removeParserTokenListener(ParserTokenListener l)
		{
			if (!ignoreInvalidDebugCalls)
				throw new System.SystemException("removeParserTokenListener() is only valid if parser built for debugging");
		}
예제 #3
0
		public virtual void  addParserTokenListener(ParserTokenListener l)
		{
			if (!ignoreInvalidDebugCalls)
				throw new System.ArgumentException("addParserTokenListener() is only valid if parser built for debugging");
		}