Uses of Class
com.google.googlejavaformat.Input
Packages that use Input
-
Uses of Input in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as InputMethods in com.google.googlejavaformat that return InputConstructors in com.google.googlejavaformat with parameters of type Input -
Uses of Input in com.google.googlejavaformat.java
Subclasses of Input in com.google.googlejavaformat.javaModifier and TypeClassDescriptionfinal classJavaInputextendsInputto represent a Java input document.Fields in com.google.googlejavaformat.java declared as InputMethods in com.google.googlejavaformat.java with parameters of type InputModifier and TypeMethodDescriptionprivate static Optional<? extends Input.Token> JavaInputAstVisitor.getNextToken(Input input, int position) private booleanJavaInputAstVisitor.hasTrailingToken(Input input, List<? extends com.sun.source.tree.Tree> nodes, String token) Does this list of trees end with the specified token?Constructors in com.google.googlejavaformat.java with parameters of type InputModifierConstructorDescriptionJavaOutput(String lineSeparator, Input javaInput, CommentsHelper commentsHelper) JavaOutputconstructor.