Lines Matching refs:retrace
21 package proguard.retrace;
37 public class ReTrace
65 * Creates a new ReTrace object to process stack traces on the standard
74 public ReTrace(String regularExpression,
83 * Creates a new ReTrace object to process a stack trace from the given file,
94 public ReTrace(String regularExpression,
107 * Performs the subsequent ReTrace operations.
680 * The main program for ReTrace.
686 System.err.println("Usage: java proguard.ReTrace [-verbose] <mapping_file> [<stacktrace_file>]");
715 System.err.println("Usage: java proguard.ReTrace [-regex <regex>] [-verbose] <mapping_file> [<stacktrace_file>]");
724 ReTrace reTrace = new ReTrace(regularExpresssion, verbose, mappingFile, stackTraceFile);
728 // Execute ReTrace with its given settings.
729 reTrace.execute();