| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
TagName.RcDataTagName |
TagName.getRcDataTagName()
Returns the
TagName.RcDataTagName for this node, if any. |
static TagName.RcDataTagName |
TagName.RcDataTagName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagName.RcDataTagName[] |
TagName.RcDataTagName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|