| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
| Modifier and Type | Method and Description |
|---|---|
FormatterDiagnostic |
Input.createDiagnostic(int inputPosition,
String message)
Construct a diagnostic.
|
| Constructor and Description |
|---|
OpsBuilder(Input input,
Output output,
List<FormatterDiagnostic> errors)
The
OpsBuilder constructor. |
| Modifier and Type | Method and Description |
|---|---|
List<FormatterDiagnostic> |
FormatterException.diagnostics() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Formatter.format(JavaInput javaInput,
JavaOutput javaOutput,
int maxWidth,
List<FormatterDiagnostic> errors,
int indentationMultiplier)
Construct a
Formatter given Java compilation unit. |
| Constructor and Description |
|---|
FormatterException(List<FormatterDiagnostic> diagnostics) |
Copyright © 2015 Google Inc.. All rights reserved.