Interface CompilationUnit
- 
@ProviderType public interface CompilationUnit
This class describes a compilation unit that theSightlyCompilerwill process during the call of thecompilemethods. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetScriptName()Returns the name of the script that will be compiled.java.io.ReadergetScriptReader()Provides theReaderfrom which the compiler will read the script to compile. 
 -