Searched defs:diagFormatter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java106 private DiagnosticFormatter<JCDiagnostic> diagFormatter; field in class:Log
144 this.diagFormatter = rawDiagnostics ? new RawDiagnosticFormatter(options) :
242 return diagFormatter;
247 public void setDiagnosticFormatter(DiagnosticFormatter<JCDiagnostic> diagFormatter) { argument
248 this.diagFormatter = diagFormatter;
434 printLines(writer, diagFormatter.format(diag, messages.getCurrentLocale()));

Completed in 99 milliseconds