| Package | Description |
|---|---|
| com.google.template.soy.parsepasses.contextautoesc |
A pass that modifies a SoyFile to add escape directives where necessary based on a contextual
examination of template
print commands. |
| Modifier and Type | Field and Description |
|---|---|
Context.JsFollowingSlash |
Context.slashType
Determines what we will do with a slash token
/. |
| Modifier and Type | Method and Description |
|---|---|
static Context.JsFollowingSlash |
Context.JsFollowingSlash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.JsFollowingSlash[] |
Context.JsFollowingSlash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.derive(Context.JsFollowingSlash slashType)
Returns a context that differs only in the following slash.
|