Uses of Enum
com.google.googlejavaformat.java.JavaInputAstVisitor.AllowLeadingBlankLine
Packages that use JavaInputAstVisitor.AllowLeadingBlankLine
-
Uses of JavaInputAstVisitor.AllowLeadingBlankLine in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.AllowLeadingBlankLineModifier and TypeMethodDescription(package private) static JavaInputAstVisitor.AllowLeadingBlankLineJavaInputAstVisitor.AllowLeadingBlankLine.valueOf(boolean b) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.JavaInputAstVisitor.AllowLeadingBlankLine.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.AllowLeadingBlankLineModifier and TypeMethodDescriptionprotected voidJavaInputAstVisitor.visitBlock(com.sun.source.tree.BlockTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlankLine, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlankLine) Helper method for blocks.private voidJavaInputAstVisitor.visitStatement(com.sun.source.tree.StatementTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlank, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlank) Helper method for statements.