| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| com.google.template.soy.soytree.defn |
Nodes for representing various kinds of variable and parameter definitions.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalVar |
LetNode.var
The local variable defined by this node.
|
| Modifier and Type | Method and Description |
|---|---|
LocalVar |
LetNode.getVar()
Get the local variable defined by this node.
|
LocalVar |
ForNode.getVar() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoopVar
A local variable declaration.
|
| Constructor and Description |
|---|
LocalVar(LocalVar localVar,
SoyNode.LocalVarNode declaringNode)
Copy constructor for when the declaring node is being cloned.
|