| Package | Description |
|---|---|
| com.google.template.soy.shared.internal |
| Modifier and Type | Method and Description |
|---|---|
CodeBuilder<E> |
CodeBuilder.append(String... codeFragments)
Appends one or more strings to the generated code.
|
CodeBuilder<E> |
CodeBuilder.appendLine(String... codeFragments)
Appends the current indent, then the given strings, then a newline.
|
CodeBuilder<E> |
CodeBuilder.appendLineEnd(String... codeFragments)
Appends the given strings, then a newline.
|
CodeBuilder<E> |
CodeBuilder.appendLineStart(String... codeFragments)
Appends the current indent, then the given strings.
|
CodeBuilder<E> |
CodeBuilder.appendOutputVarName()
Appends the name of the current output variable.
|