Esempio n. 1
0
 public virtual void  removeParserMatchListener(ParserMatchListener l)
 {
     if (!ignoreInvalidDebugCalls)
     {
         throw new System.SystemException("removeParserMatchListener() is only valid if parser built for debugging");
     }
 }
Esempio n. 2
0
 public virtual void addParserMatchListener(ParserMatchListener l)
 {
     if (!ignoreInvalidDebugCalls)
         throw new System.ArgumentException("addParserMatchListener() is only valid if parser built for debugging");
 }
Esempio n. 3
0
 public virtual void removeParserMatchListener(ParserMatchListener l)
 {
     if (!ignoreInvalidDebugCalls)
         throw new System.SystemException("removeParserMatchListener() is only valid if parser built for debugging");
 }
Esempio n. 4
0
		public virtual void  addParserMatchListener(ParserMatchListener l)
		{
			if (!ignoreInvalidDebugCalls)
				throw new System.ArgumentException("addParserMatchListener() is only valid if parser built for debugging");
		}