| 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.State |
Context.state
The state the text preceding the context point describes.
|
| Modifier and Type | Method and Description |
|---|---|
static Context.State |
Context.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.State[] |
Context.State.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.State state)
Returns a context that differs only in the state.
|