| 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 | Method and Description |
|---|---|
LoopVar |
ForNonemptyNode.getVar() |
| Constructor and Description |
|---|
LoopVar(LoopVar loop,
SoyNode.LocalVarNode declaringNode)
Copy constructor for when the declaring node is being cloned.
|