public static void syntaxAnalyzerProcessedAFile() { if (sleepBetweenFiles.getValue() >= 0) { try { Thread.sleep(sleepBetweenFiles.getValue()); } catch (Exception e) { ErrorReporter.logExceptionStackTrace(e); } } }
public static int getTokensToProcessInARow() { return tokensToProcessInARow.getValue(); }
public static int getThreadPriority() { return threadPriority.getValue(); }