Searched refs:getIndentation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java115 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUMMARY);
119 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.DETAILS);
125 currentIndentation += getConfiguration().getIndentation(DiagnosticPart.SUBDIAGNOSTICS);
138 int indentSource = conf.getIndentation(DiagnosticPart.SOURCE);
324 public int getIndentation(DiagnosticPart diagPart) { method in class:BasicDiagnosticFormatter.BasicConfiguration

Completed in 427 milliseconds