Class Compiler.ExternalSourceLoader

  • Enclosing class:
    Compiler

    public static class Compiler.ExternalSourceLoader
    extends java.lang.Object
    Subclasses are responsible for loading sources that were not provided as explicit inputs to the compiler. For example, looking up sources referenced within sourcemaps.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SourceFile loadSource​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

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

      • ExternalSourceLoader

        public ExternalSourceLoader()
    • Method Detail

      • loadSource

        public SourceFile loadSource​(java.lang.String filename)