Uses of Class
com.google.googlejavaformat.Input
-
Packages that use Input Package Description com.google.googlejavaformat com.google.googlejavaformat.java -
-
Uses of Input in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Input Modifier and Type Field Description private InputOpsBuilder. inputMethods 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.Fields in com.google.googlejavaformat.java declared as Input Modifier and Type Field Description private InputJavaOutput. javaInputMethods in com.google.googlejavaformat.java with parameters of type Input Modifier and Type Method Description private static java.util.Optional<? extends Input.Token>JavaInputAstVisitor. getNextToken(Input input, int position)private booleanJavaInputAstVisitor. hasTrailingToken(Input input, java.util.List<? extends com.sun.source.tree.Tree> nodes, java.lang.String token)Does this list of trees end with the specified token?Constructors in com.google.googlejavaformat.java with parameters of type Input Constructor Description JavaOutput(java.lang.String lineSeparator, Input javaInput, CommentsHelper commentsHelper)JavaOutputconstructor.
-