Important: Do not use outside of Soy code (treat as superpackage-private).
{@link #exec} should be called on a {@code TemplateNode}.
If you need to call this visitor for multiple templates in the same tree (without modifying the tree), it's more efficient to reuse the same instance of this visitor because we memoize results from previous calls to exec. @author Kai Huang
|
|
|
|