| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
| Modifier and Type | Method and Description |
|---|---|
static FormatterDiagnostic |
FormatterDiagnostic.create(int lineNumber,
int column,
java.lang.String message) |
static FormatterDiagnostic |
FormatterDiagnostic.create(java.lang.String message) |
FormatterDiagnostic |
Input.createDiagnostic(int inputPosition,
java.lang.String message)
Construct a diagnostic.
|
FormatterDiagnostic |
OpsBuilder.diagnostic(java.lang.String message)
Create a
FormatterDiagnostic at the current position. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<FormatterDiagnostic> |
FormattingError.diagnostics() |
| Constructor and Description |
|---|
FormattingError(FormatterDiagnostic diagnostic) |
| Constructor and Description |
|---|
FormattingError(java.lang.Iterable<FormatterDiagnostic> diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FormatterDiagnostic> |
FormatterException.diagnostics() |
| Constructor and Description |
|---|
FormatterException(FormatterDiagnostic diagnostic) |
| Constructor and Description |
|---|
FormatterException(java.lang.Iterable<FormatterDiagnostic> diagnostics) |
Copyright © 2015-2018 Google Inc.. All Rights Reserved.