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