Uses of Class
com.google.googlejavaformat.java.JavaInputAstVisitor.AllowTrailingBlankLine
-
Packages that use JavaInputAstVisitor.AllowTrailingBlankLine Package Description com.google.googlejavaformat.java -
-
Uses of JavaInputAstVisitor.AllowTrailingBlankLine in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return JavaInputAstVisitor.AllowTrailingBlankLine Modifier and Type Method Description (package private) static JavaInputAstVisitor.AllowTrailingBlankLineJavaInputAstVisitor.AllowTrailingBlankLine. valueOf(boolean b)Returns the enum constant of this type with the specified name.static JavaInputAstVisitor.AllowTrailingBlankLineJavaInputAstVisitor.AllowTrailingBlankLine. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JavaInputAstVisitor.AllowTrailingBlankLine[]JavaInputAstVisitor.AllowTrailingBlankLine. 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.AllowTrailingBlankLine Modifier and Type Method Description protected voidJavaInputAstVisitor. visitBlock(com.sun.source.tree.BlockTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlankLine, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlankLine)Helper method for blocks.private voidJavaInputAstVisitor. visitCatchClause(com.sun.source.tree.CatchTree node, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlankLine)Helper method forCatchTrees.private voidJavaInputAstVisitor. visitStatement(com.sun.source.tree.StatementTree node, JavaInputAstVisitor.CollapseEmptyOrNot collapseEmptyOrNot, JavaInputAstVisitor.AllowLeadingBlankLine allowLeadingBlank, JavaInputAstVisitor.AllowTrailingBlankLine allowTrailingBlank)Helper method for statements.
-