Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.CollapseEmptyOrNot
Packages that use JavaInputAstVisitor.CollapseEmptyOrNot
-
Uses of JavaInputAstVisitor.CollapseEmptyOrNot in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.CollapseEmptyOrNotModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.JavaInputAstVisitor.CollapseEmptyOrNot.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.CollapseEmptyOrNotModifier and TypeMethodDescriptionprotected voidJavaInputAstVisitor.visitBlock(BlockTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlankLine, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlankLine) Helper method for blocks.