| Interface | Description |
|---|---|
| ITreeAppendable |
A specialized appendable that can be used to trace the source location
for the written output.
|
| Class | Description |
|---|---|
| AppendableBasedTraceRegion | |
| ErrorTreeAppendable |
A tree appendable capable of serializing broken type references.
|
| FakeTreeAppendable | |
| ImportingStringConcatenation |
A specialized
StringConcatenation that will properly convert instances of
Class, JvmType, JvmTypeReference or LightweightTypeReference
to their valid serialized representation including import handling. |
| SharedAppendableState | |
| TraceAwarePostProcessor |
Specializes the
LineSeparatorHarmonizer and is aware of TreeAppendable thus
it can harmonize the line breaks and still maintain the trace information. |
| TreeAppendable | |
| TreeAppendable.Visitor |
A
visitor can be used
to manipulate an existing TreeAppendable or to create a completely new one recursively. |