Uses of Class
com.google.googlejavaformat.FormatterDiagnostic
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of FormatterDiagnostic in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return FormatterDiagnostic Modifier and Type Method Description static FormatterDiagnosticFormatterDiagnostic. create(int lineNumber, int column, String message)static FormatterDiagnosticFormatterDiagnostic. create(String message)FormatterDiagnosticInput. createDiagnostic(int inputPosition, String message)Construct a diagnostic.FormatterDiagnosticOpsBuilder. diagnostic(String message)Create aFormatterDiagnosticat the current position.Methods in com.google.googlejavaformat that return types with arguments of type FormatterDiagnostic Modifier and Type Method Description ImmutableList<FormatterDiagnostic>FormattingError. diagnostics()Constructors in com.google.googlejavaformat with parameters of type FormatterDiagnostic Constructor Description FormattingError(FormatterDiagnostic diagnostic)Constructor parameters in com.google.googlejavaformat with type arguments of type FormatterDiagnostic Constructor Description FormattingError(Iterable<FormatterDiagnostic> diagnostics) -
Uses of FormatterDiagnostic in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return types with arguments of type FormatterDiagnostic Modifier and Type Method Description List<FormatterDiagnostic>FormatterException. diagnostics()Constructors in com.google.googlejavaformat.java with parameters of type FormatterDiagnostic Constructor Description FormatterException(FormatterDiagnostic diagnostic)Constructor parameters in com.google.googlejavaformat.java with type arguments of type FormatterDiagnostic Constructor Description FormatterException(Iterable<FormatterDiagnostic> diagnostics)