Important: Do not use outside of Soy code (treat as superpackage-private).
This visitor must be called on a SoyFileSetNode, SoyFileNode, or TemplateNode (i.e. template or ancestor of a template). @author Kai Huang
883884885886887888889890
// in some places, but with runtime guarantees. doContextualEscaping(soyTree); performAutoescapeVisitor.exec(soyTree); // Attempt to simplify the tree. (new ChangeCallsToPassAllDataVisitor()).exec(soyTree); simplifyVisitor.exec(soyTree); }