| Package | Description |
|---|---|
| com.google.template.soy.base.internal | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
static Identifier |
Identifier.create(String identifier,
SourceLocation location)
Creates a new identifier.
|
Identifier |
Identifier.extractPartAfterLastDot()
Gets the part after the last dot in a dotted identifier.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Identifier |
AliasDeclaration.alias()
The alias itself (either following `as` or the last word in the aliased identifier)
|
Identifier |
CallParamNode.getKey()
Returns the param key.
|
Identifier |
VeLogNode.getName()
Returns the name associated with this log statement.
|
Identifier |
CommandTagAttribute.getName()
Returns the name.
|
abstract Identifier |
AliasDeclaration.namespace() |
| Modifier and Type | Method and Description |
|---|---|
static AliasDeclaration |
AliasDeclaration.create(Identifier namespace,
Identifier alias) |
TemplateNodeBuilder |
TemplateDelegateNodeBuilder.setCommandValues(Identifier templateName,
List<CommandTagAttribute> attrs) |
abstract TemplateNodeBuilder |
TemplateNodeBuilder.setCommandValues(Identifier name,
List<CommandTagAttribute> attrs)
Set the parsed data from the command tag.
|
TemplateNodeBuilder |
TemplateBasicNodeBuilder.setCommandValues(Identifier templateName,
List<CommandTagAttribute> attrs) |