| Interface | Description |
|---|---|
| IOutputFormatter | |
| OffsetToLineNumberConverter |
An instance capable of converting from a raw bytecode offset number to a Java
source code line number.
|
| Class | Description |
|---|---|
| JavaFormattingOptions | |
| JavaLanguage | |
| JavaOutputVisitor | |
| LineNumberTableConverter |
An implementation of
OffsetToLineNumberConverter which works on top of a
LineNumberTableAttribute data structure created from a compiled Java method. |
| MemberMapping | |
| TextOutputFormatter |
| Enum | Description |
|---|---|
| BraceEnforcement | |
| BraceStyle | |
| TextOutputFormatter.LineNumberMode |
whether or not to emit debug line number comments into the source code
|
| Wrapping |