| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlAttributeValueNode.Quotes |
HtmlAttributeValueNode.getQuotes() |
static HtmlAttributeValueNode.Quotes |
HtmlAttributeValueNode.Quotes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlAttributeValueNode.Quotes[] |
HtmlAttributeValueNode.Quotes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HtmlAttributeValueNode(int id,
SourceLocation location,
HtmlAttributeValueNode.Quotes quotes) |