Package com.google.template.soy.parsepasses

Examples of com.google.template.soy.parsepasses.ChangeCallsToPassAllDataVisitor


    // in some places, but with runtime guarantees.
    doContextualEscaping(soyTree);
    performAutoescapeVisitor.exec(soyTree);

    // Attempt to simplify the tree.
    (new ChangeCallsToPassAllDataVisitor()).exec(soyTree);
    simplifyVisitor.exec(soyTree);
  }
View Full Code Here

TOP

Related Classes of com.google.template.soy.parsepasses.ChangeCallsToPassAllDataVisitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.