Uses of Enum Class
com.google.googlejavaformat.java.JavaInputAstVisitor.AllowTrailingBlankLine
Packages that use JavaInputAstVisitor.AllowTrailingBlankLine
-
Uses of JavaInputAstVisitor.AllowTrailingBlankLine in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.AllowTrailingBlankLineModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JavaInputAstVisitor.AllowTrailingBlankLine.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.googlejavaformat.java with parameters of type JavaInputAstVisitor.AllowTrailingBlankLineModifier and TypeMethodDescriptionprotected voidJavaInputAstVisitor.visitBlock(BlockTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlankLine, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlankLine) Helper method for blocks.