Package com.google.javascript.jscomp

Examples of com.google.javascript.jscomp.TemplateAstMatcher


   * Constructs this matcher with a Function node that serves as the template
   * to match all other nodes against. The body of the function will be used
   * to match against.
   */
  public JsSourceMatcher(AbstractCompiler compiler, Node templateNode) {
    matcher = new TemplateAstMatcher(compiler, templateNode);
  }
View Full Code Here

TOP

Related Classes of com.google.javascript.jscomp.TemplateAstMatcher

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.