public ParsingThreadsafeProcessor(ParserGrammar pqFactory, PrintWriter pwErr)
 {
     this.pqFactory = pqFactory;
     this.pwErr     = pwErr;
 }
 public ParsingThreadsafeProcessor(ParserGrammar pqFactory)
     : this(pqFactory, null)
 {
 }