Exemple #1
0
 public virtual void  removeSemanticPredicateListener(SemanticPredicateListener l)
 {
     if (!ignoreInvalidDebugCalls)
     {
         throw new System.ArgumentException("removeSemanticPredicateListener() is only valid if parser built for debugging");
     }
 }
Exemple #2
0
		public virtual void  removeSemanticPredicateListener(SemanticPredicateListener l)
		{
			if (!ignoreInvalidDebugCalls)
				throw new System.ArgumentException("removeSemanticPredicateListener() is only valid if parser built for debugging");
		}