| Interface | Description |
|---|---|
| ICodeFormatterConstants |
Internal code formatter constants.
|
| Class | Description |
|---|---|
| CodeFormatterVisitor |
This class is responsible for formatting a valid java source code.
|
| CodeFormatterVisitor.MultiFieldDeclaration | |
| DefaultCodeFormatter | |
| DefaultCodeFormatterOptions |
This is still subject to changes before 3.0.
|
| FormatJavadoc |
Represents a full Javadoc comment for the
FormatterCommentParser. |
| FormatJavadocBlock |
Represents a block in a
FormatJavadoc which might be a
description or a tag (seeFormatJavadocBlock.isDescription()). |
| FormatJavadocNode |
Abstract class for all
FormatJavadoc nodes. |
| FormatJavadocReference |
Represents a reference in a javadoc comment block (see
FormatJavadocBlock. |
| FormatJavadocText |
Represents text inside a javadoc comment block.
|
| FormatterCommentParser |
Internal parser used for formatting javadoc comments.
|
| Location |
A location maintains positional information both in original source and in the output source.
|
| OptimizedReplaceEdit | |
| Scribe |
This class is responsible for dumping formatted source
|
| Exception | Description |
|---|---|
| AbortFormatting |
Unchecked exception wrapping invalid input checked exception which may occur
when scanning original formatted source.
|