| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Identifier |
CallParamNode.getKey()
Returns the param key.
|
Identifier |
CommandTagAttribute.getName()
Returns the name.
|
Identifier |
VeLogNode.getName()
Returns the name associated with this log statement.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
CallParamContentNode(int id,
SourceLocation location,
Identifier key,
CommandTagAttribute kindAttr,
ErrorReporter errorReporter) |
CallParamNode(int id,
SourceLocation sourceLocation,
Identifier key) |
CallParamValueNode(int id,
SourceLocation location,
Identifier key,
ExprNode valueExpr) |
CommandTagAttribute(Identifier key,
com.google.common.collect.ImmutableList<ExprNode> valueExprList) |
CommandTagAttribute(Identifier key,
String value,
SourceLocation valueLocation) |
NamespaceDeclaration(Identifier namespace,
List<CommandTagAttribute> attrs,
ErrorReporter errorReporter) |
SoyFileHeaderInfo(ErrorReporter errorReporter,
Identifier delpackageName,
NamespaceDeclaration namespaceDeclaration,
Collection<AliasDeclaration> aliases) |
VeLogNode(int id,
SourceLocation location,
Identifier name,
List<CommandTagAttribute> attributes,
ErrorReporter errorReporter) |