Uses of Class
com.google.googlejavaformat.InputOutput
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of InputOutput in com.google.googlejavaformat
Subclasses of InputOutput in com.google.googlejavaformat Modifier and Type Class Description classInputAn input to the formatter.classOutputAn output from the formatter.Methods in com.google.googlejavaformat with parameters of type InputOutput Modifier and Type Method Description static Map<Integer,Range<Integer>>InputOutput. makeKToIJ(InputOutput put)Given anInputOutput, compute the map from tok indices to line ranges. -
Uses of InputOutput in com.google.googlejavaformat.java
Subclasses of InputOutput in com.google.googlejavaformat.java Modifier and Type Class Description classJavaInputJavaInputextendsInputto represent a Java input document.classJavaOutputJavaOutputextendsOutputto represent a Java output document.