| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
| Modifier and Type | Method and Description |
|---|---|
static FormatterDiagnostic |
FormatterDiagnostic.create(int lineNumber,
int column,
String message) |
static FormatterDiagnostic |
FormatterDiagnostic.create(String message) |
FormatterDiagnostic |
Input.createDiagnostic(int inputPosition,
String message)
Construct a diagnostic.
|
FormatterDiagnostic |
FormattingError.diagnostic() |
| Constructor and Description |
|---|
FormattingError(FormatterDiagnostic diagnostic) |
| Modifier and Type | Method and Description |
|---|---|
List<FormatterDiagnostic> |
FormatterException.diagnostics() |
| Constructor and Description |
|---|
FormatterException(FormatterDiagnostic diagnostic) |
| Constructor and Description |
|---|
FormatterException(Iterable<FormatterDiagnostic> diagnostics) |
Copyright © 2015–2016 Google Inc.. All rights reserved.