| 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 |
OpsBuilder.diagnostic(String message)
Create a
FormatterDiagnostic at the current position. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<FormatterDiagnostic> |
FormattingError.diagnostics() |
| Constructor and Description |
|---|
FormattingError(FormatterDiagnostic diagnostic) |
| Constructor and Description |
|---|
FormattingError(Iterable<FormatterDiagnostic> diagnostics) |
| 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–2017 Google Inc.. All rights reserved.