| Package | Description |
|---|---|
| com.google.template.soy.base.internal |
| Modifier and Type | Method and Description |
|---|---|
IndentedLinesBuilder |
IndentedLinesBuilder.append(char c) |
IndentedLinesBuilder |
IndentedLinesBuilder.append(CharSequence csq) |
IndentedLinesBuilder |
IndentedLinesBuilder.append(CharSequence csq,
int start,
int end) |
IndentedLinesBuilder |
IndentedLinesBuilder.appendLineEnd(Object... parts)
Appends the given strings, then a newline.
|
IndentedLinesBuilder |
IndentedLinesBuilder.appendLineStart(Object... parts)
Appends the current indent, then the given strings.
|
IndentedLinesBuilder |
IndentedLinesBuilder.appendParts(Object... parts)
Appends some parts to the current line.
|