Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.BreakOrNot
Packages that use JavaInputAstVisitor.BreakOrNot
-
Uses of JavaInputAstVisitor.BreakOrNot in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.BreakOrNotModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static JavaInputAstVisitor.BreakOrNot[]JavaInputAstVisitor.BreakOrNot.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.BreakOrNotModifier and TypeMethodDescriptionprotected voidJavaInputAstVisitor.visitAnnotations(List<? extends AnnotationTree> annotations, JavaInputAstVisitor.BreakOrNot breakBefore, JavaInputAstVisitor.BreakOrNot breakAfter) Helper method for annotations.