Modifier and Type | Field and Description |
---|---|
private FormatPreferences |
ImplJSources.format |
private FormatPreferences |
SourceFileWriter.format |
Modifier and Type | Method and Description |
---|---|
(package private) FormatPreferences |
SourceFileWriter.getFormat() |
Modifier and Type | Method and Description |
---|---|
void |
Indent.addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
void |
CommentIndentation.addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
void |
ConfigIndent.addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
static JSources |
JDeparser.createSources(JFiler filer,
FormatPreferences format)
Create a new source generation collection.
|
Constructor and Description |
---|
ImplJSources(JFiler filer,
FormatPreferences format) |
SourceFileWriter(FormatPreferences format,
java.io.Writer writer) |