Uses of Class
com.google.googlejavaformat.java.JavaInputAstVisitor.Direction
| Package | Description |
|---|---|
| com.google.googlejavaformat.java |
-
Uses of JavaInputAstVisitor.Direction in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.Direction Modifier and Type Method Description static JavaInputAstVisitor.DirectionJavaInputAstVisitor.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaInputAstVisitor.Direction[]JavaInputAstVisitor.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type JavaInputAstVisitor.Direction Modifier and Type Method Description protected List<Op>JavaInputAstVisitor. visitModifiers(ModifiersTree modifiersTree, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)Output combined modifiers and annotations and returns the trailing break.protected List<Op>JavaInputAstVisitor. visitModifiers(List<? extends AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)