ConfigOption
Entries
Order imports alphabetically
The logic to be used when ordering the imports.
Print comments only. It can be combined with PRINT_JAVADOC to print regular comments and javadoc.
Print javadoc comments only. It can be combined with PRINT_COMMENTS to print regular javadoc and comments
Print jml comments. If true, jml comments will be printed in combination with the ast
Print the original jml comments, but discharge them, s.t. they are not interpreted anymore
Does not print anything of jml, neither com.github.javaparser.ast.Jmlish nodes or jml comments.
Indent the case when it is true, don't if false
By default enum constants get aligned like this:
Indentation proprerty
This parameter allows to print pretty formatted arrays
Functions
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.)
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.