Class JsUtils


  • public class JsUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.google.javascript.jscomp.parsing.parser.util.ErrorReporter NULL_ERROR_REPORTER  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ArrayList<com.google.javascript.jscomp.SourceFile> copySourceFiles​(java.util.Collection<com.google.javascript.jscomp.SourceFile> externalSources)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NULL_ERROR_REPORTER

        public static final com.google.javascript.jscomp.parsing.parser.util.ErrorReporter NULL_ERROR_REPORTER
    • Constructor Detail

      • JsUtils

        public JsUtils()
    • Method Detail

      • copySourceFiles

        public static java.util.ArrayList<com.google.javascript.jscomp.SourceFile> copySourceFiles​(java.util.Collection<com.google.javascript.jscomp.SourceFile> externalSources)