N - A more specific subinterface of Node, or just Node if not applicable.R - The return type of this visitor.public interface NodeVisitor<N extends Node,R>
Important: Do not use outside of Soy code (treat as superpackage-private).
| Modifier and Type | Method and Description |
|---|---|
R |
exec(N node)
Executes the function defined by this visitor.
|