Interface CompilationUnit


  • @ProviderType
    public interface CompilationUnit
    This class describes a compilation unit that the SightlyCompiler will process during the call of the compile methods.
    • Method Detail

      • getScriptName

        java.lang.String getScriptName()
        Returns the name of the script that will be compiled.
        Returns:
        the script name
      • getScriptReader

        java.io.Reader getScriptReader()
        Provides the Reader from which the compiler will read the script to compile.
        Returns:
        the reader