Important: Do not use outside of Soy code (treat as superpackage-private).
Overrides are only allowed in Soy V1. An override is a template with the same name as an earlier template, intended to replace the earlier definition.
{@link #exec} should be called on a full parse tree. This visitor will check that alloverrides are explicit. There is no return value. A {@code SoySyntaxException} is thrown if anon-explicit override is found. @author Kai Huang
|
|