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