| Package | Description |
|---|---|
| com.google.template.soy.jssrc |
JavaScript Source backend.
|
| Modifier and Type | Method and Description |
|---|---|
SoyJsSrcOptions.CodeStyle |
SoyJsSrcOptions.getCodeStyle()
Returns the currently set code style.
|
static SoyJsSrcOptions.CodeStyle |
SoyJsSrcOptions.CodeStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyJsSrcOptions.CodeStyle[] |
SoyJsSrcOptions.CodeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoyJsSrcOptions.setCodeStyle(SoyJsSrcOptions.CodeStyle codeStyle)
Sets the output variable code style to use.
|