| Package | Description |
|---|---|
| com.google.template.soy.base.internal | |
| com.google.template.soy.exprtree |
Expression parse tree.
|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
static QuoteStyle |
QuoteStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteStyle[] |
QuoteStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BaseUtils.escapeToSoyString(String value,
boolean shouldEscapeToAscii,
QuoteStyle quoteStyle)
Builds a Soy string literal for this string value (including the surrounding single quotes).
|
| Constructor and Description |
|---|
StringNode(String value,
QuoteStyle quoteStyle,
SourceLocation sourceLocation) |
| Constructor and Description |
|---|
CommandTagAttribute(Identifier key,
QuoteStyle quoteStyle,
com.google.common.collect.ImmutableList<ExprNode> valueExprList) |
CommandTagAttribute(Identifier key,
QuoteStyle quoteStyle,
String value,
SourceLocation valueLocation) |