Uses of Class
com.google.googlejavaformat.FormatterDiagnostic
-
Packages that use FormatterDiagnostic Package Description com.google.googlejavaformat com.google.googlejavaformat.java -
-
Uses of FormatterDiagnostic in com.google.googlejavaformat
Fields in com.google.googlejavaformat with type parameters of type FormatterDiagnostic Modifier and Type Field Description private com.google.common.collect.ImmutableList<FormatterDiagnostic>FormattingError. diagnosticsMethods in com.google.googlejavaformat that return FormatterDiagnostic Modifier and Type Method Description static FormatterDiagnosticFormatterDiagnostic. create(int lineNumber, int column, java.lang.String message)static FormatterDiagnosticFormatterDiagnostic. create(java.lang.String message)FormatterDiagnosticInput. createDiagnostic(int inputPosition, java.lang.String message)Construct a diagnostic.FormatterDiagnosticOpsBuilder. diagnostic(java.lang.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 com.google.common.collect.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(java.lang.Iterable<FormatterDiagnostic> diagnostics) -
Uses of FormatterDiagnostic in com.google.googlejavaformat.java
Fields in com.google.googlejavaformat.java with type parameters of type FormatterDiagnostic Modifier and Type Field Description private com.google.common.collect.ImmutableList<FormatterDiagnostic>FormatterException. diagnosticsMethods in com.google.googlejavaformat.java that return FormatterDiagnostic Modifier and Type Method Description private static FormatterDiagnosticFormatterException. toFormatterDiagnostic(javax.tools.Diagnostic<?> input)Methods in com.google.googlejavaformat.java that return types with arguments of type FormatterDiagnostic Modifier and Type Method Description java.util.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(java.lang.Iterable<FormatterDiagnostic> diagnostics)
-