Interface SourceFile.Generator

  • Enclosing class:
    SourceFile

    public static interface SourceFile.Generator
    A JavaScript source code provider.

    The value should be cached so that the source text stays consistent throughout a single compile.

    • Method Detail

      • getCode

        java.lang.String getCode()
                          throws java.io.IOException
        Throws:
        java.io.IOException