Interface CompilationUnit
-
@ProviderType public interface CompilationUnit
This class describes a compilation unit that theSightlyCompiler
will process during the call of thecompile
methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getScriptName()
Returns the name of the script that will be compiled.java.io.Reader
getScriptReader()
Provides theReader
from which the compiler will read the script to compile.
-