ConfigOption

Entries

Link copied to clipboard

Order imports alphabetically

Link copied to clipboard

The logic to be used when ordering the imports.

Link copied to clipboard

Print comments only. It can be combined with PRINT_JAVADOC to print regular comments and javadoc.

Link copied to clipboard

Print javadoc comments only. It can be combined with PRINT_COMMENTS to print regular javadoc and comments

Link copied to clipboard

Print jml comments. If true, jml comments will be printed in combination with the ast

Link copied to clipboard

Print the original jml comments, but discharge them, s.t. they are not interpreted anymore

Link copied to clipboard

Does not print anything of jml, neither com.github.javaparser.ast.Jmlish nodes or jml comments.

Link copied to clipboard

Indent the case when it is true, don't if false

Link copied to clipboard

By default enum constants get aligned like this:

Link copied to clipboard
Link copied to clipboard

Indentation proprerty

Link copied to clipboard

This parameter allows to print pretty formatted arrays

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.