public void dbugStartRecord(System.IO.StreamWriter writer) { dbug_LexerReport = new dbugLexerReport(); dbug_LexerReport.Start(writer); }
public void dbugStartRecord(string filename) { dbug_LexerReport = new dbugLexerReport(); dbug_LexerReport.Start(filename); }