Important: Do not use outside of Soy code (treat as superpackage-private).
Note: hasData() is a no-op as of March 2012, but we don't report an error yet because there are many existing usages. @author Kai Huang
173174175176177178179180181182183
versions.add(fileAndVersion.second); } // Run passes that are considered part of initial parsing. if (doRunInitialParsingPasses) { (new ReplaceHasDataFunctionVisitor()).exec(soyTree); (new RewriteNullCoalescingOpVisitor()).exec(soyTree); (new RewriteRemainderNodesVisitor()).exec(soyTree); (new SetFullCalleeNamesVisitor()).exec(soyTree); // Run passes that check the tree.