| Package | Description |
|---|---|
| com.google.template.soy.html.passes | |
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlTransformVisitor.visitLoopNode(SoyNode.LoopNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForeachNonemptyNode
Node representing the loop portion of a 'foreach' statement.
|
class |
ForNode
Node representing a 'for' statement.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSoyNodeVisitor.visitLoopNode(SoyNode.LoopNode node) |
protected R |
AbstractReturningSoyNodeVisitor.visitLoopNode(SoyNode.LoopNode node) |