Uses of Class
com.google.googlejavaformat.Input
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of Input in com.google.googlejavaformat
Methods in com.google.googlejavaformat that return Input Modifier and Type Method Description InputOpsBuilder. getInput()Get theOpsBuilder'sInput.Constructors in com.google.googlejavaformat with parameters of type Input Constructor Description OpsBuilder(Input input, Output output)TheOpsBuilderconstructor. -
Uses of Input in com.google.googlejavaformat.java
Subclasses of Input in com.google.googlejavaformat.java Modifier and Type Class Description classJavaInputJavaInputextendsInputto represent a Java input document.Constructors in com.google.googlejavaformat.java with parameters of type Input Constructor Description JavaOutput(String lineSeparator, Input javaInput, CommentsHelper commentsHelper)JavaOutputconstructor.