Uses of Class
com.google.googlejavaformat.java.JavaInputAstVisitor.CollapseEmptyOrNot
| Package | Description |
|---|---|
| com.google.googlejavaformat.java |
-
Uses of JavaInputAstVisitor.CollapseEmptyOrNot in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.CollapseEmptyOrNot Modifier and Type Method Description static JavaInputAstVisitor.CollapseEmptyOrNotJavaInputAstVisitor.CollapseEmptyOrNot. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaInputAstVisitor.CollapseEmptyOrNot[]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.CollapseEmptyOrNot Modifier and Type Method Description protected voidJavaInputAstVisitor. visitBlock(BlockTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlankLine, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlankLine)Helper method for blocks.