| Modifier and Type | Class and Description |
|---|---|
class |
CompilationUnitWriter
|
class |
SourceStringBuilder
A
SourceBuilder that writes to a StringBuilder. |
| Modifier and Type | Method and Description |
|---|---|
SourceBuilder |
SourceStringBuilder.add(String fmt,
Object... args) |
SourceBuilder |
SourceBuilder.add(String fmt,
Object... args)
Appends formatted text to the source.
|
SourceBuilder |
SourceStringBuilder.addLine(String fmt,
Object... args) |
SourceBuilder |
SourceBuilder.addLine(String fmt,
Object... args)
Appends a formatted line of code to the source.
|
static SourceBuilder |
SourceBuilders.withIndent(SourceBuilder delegate,
int indent)
|
| Modifier and Type | Method and Description |
|---|---|
static SourceBuilder |
SourceBuilders.withIndent(SourceBuilder delegate,
int indent)
|
Copyright © 2015 inferred.org. All rights reserved.