| Package | Description |
|---|---|
| com.google.template.soy.soytree |
Soy parse tree.
|
| Modifier and Type | Method and Description |
|---|---|
static SoyTreeUtils.VisitDirective |
SoyTreeUtils.VisitDirective.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoyTreeUtils.VisitDirective[] |
SoyTreeUtils.VisitDirective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SoyTreeUtils.visitAllNodes(Node node,
NodeVisitor<? super Node,SoyTreeUtils.VisitDirective> visitor)
Runs the visitor on all nodes (including
expr nodes) reachable from the given
node. |