Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.Direction
Packages that use JavaInputAstVisitor.Direction
-
Uses of JavaInputAstVisitor.Direction in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.DirectionModifier and TypeMethodDescriptionReturns 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.DirectionModifier and TypeMethodDescriptionprotected ImmutableList<AnnotationTree>JavaInputAstVisitor.visitModifiers(ModifiersTree modifiersTree, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)Output combined modifiers and annotations and returns the trailing break.protected ImmutableList<AnnotationTree>JavaInputAstVisitor.visitModifiers(ModifiersTree modifiersTree, List<? extends AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)