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