Uses of Class
com.google.googlejavaformat.Output
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of Output in com.google.googlejavaformat
Methods in com.google.googlejavaformat with parameters of type Output Modifier and Type Method Description voidDoc.Break. write(Output output)voidDoc.Token. write(Output output)abstract voidDoc. write(Output output)Write aDocto anOutput, after breaking decisions have been made.Constructors in com.google.googlejavaformat with parameters of type Output Constructor Description OpsBuilder(Input input, Output output)TheOpsBuilderconstructor. -
Uses of Output in com.google.googlejavaformat.java
Subclasses of Output in com.google.googlejavaformat.java Modifier and Type Class Description classJavaOutputJavaOutputextendsOutputto represent a Java output document.