public class CompilerOptions
extends java.lang.Object
| Constructor and Description |
|---|
CompilerOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compileLiteralLoads()
Returns whether the compiler should compile all files referenced by loads with literal paths in them.
|
CompilerOptions |
compileLiteralLoads(boolean set)
Sets whether the compiler should compile all files referenced by loads with literal paths in them.
|
boolean |
compileLiteralRequires()
Returns whether the compiler should compile all files referenced by requires with literal paths in them.
|
CompilerOptions |
compileLiteralRequires(boolean set)
Sets whether the compiler should compile all files referenced by requires with literal paths in them.
|
boolean |
packageLiteralLoads()
Returns whether the compiler should package all files referenced by loads with literal paths in them into the same file.
|
CompilerOptions |
packageLiteralLoads(boolean set)
Sets whether the compiler should package all files referenced by loads with literal paths in them into the same file.
|
boolean |
packageLiteralRequires()
Returns whether the compiler should package all files referenced by requires with literal paths in them into the same file.
|
CompilerOptions |
packageLiteralRequires(boolean set)
Sets whether the compiler should package all files referenced by requires with literal paths in them into the same file.
|
boolean |
preserveLineNumbers()
Returns whether the compiler should preserve original source line numbers
|
CompilerOptions |
preserveLineNumbers(boolean set)
Sets whether the compiler should preserve original source line numbers
|
public CompilerOptions compileLiteralLoads(boolean set)
set - The value to set this optionpublic boolean compileLiteralLoads()
public CompilerOptions compileLiteralRequires(boolean set)
set - The value to set this optionpublic boolean compileLiteralRequires()
public CompilerOptions packageLiteralLoads(boolean set)
set - The value to set this optionpublic boolean packageLiteralLoads()
public CompilerOptions packageLiteralRequires(boolean set)
set - The value to set this optionpublic boolean packageLiteralRequires()
public CompilerOptions preserveLineNumbers(boolean set)
set - The value to set this optionpublic boolean preserveLineNumbers()