|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilerConfiguration | |
|---|---|
| jaxx.compiler | |
| Uses of CompilerConfiguration in jaxx.compiler |
|---|
| Classes in jaxx.compiler that implement CompilerConfiguration | |
|---|---|
class |
DefaultCompilerConfiguration
Options of the JAXXCompiler and JAXXEngine. |
| Fields in jaxx.compiler declared as CompilerConfiguration | |
|---|---|
protected CompilerConfiguration |
JAXXEngine.configuration
configuration of the launchor and underlines compilers |
protected CompilerConfiguration |
JAXXCompiler.configuration
configuration of the compiler |
| Methods in jaxx.compiler that return CompilerConfiguration | |
|---|---|
CompilerConfiguration |
JAXXCompiler.getConfiguration()
|
| Methods in jaxx.compiler with parameters of type CompilerConfiguration | |
|---|---|
static JAXXEngine |
JAXXEngine.newLaunchor(File[] files,
String[] classNames,
CompilerConfiguration configuration)
Create a new launchor and set it as current launchor accessible via method JAXXEngine.get(). |
static JAXXEngine |
JAXXEngine.newLaunchor(File base,
String[] relativePaths,
CompilerConfiguration configuration)
Create a new launchor and set it as current launchor accessible via method JAXXEngine.get(). |
| Constructors in jaxx.compiler with parameters of type CompilerConfiguration | |
|---|---|
JAXXCompiler(JAXXEngine engine,
File baseDir,
File src,
String outputClassName,
CompilerConfiguration configuration,
List<String> defaultImports)
Creates a new JAXXCompiler. |
|
JAXXEngine(File[] files,
String[] classNames,
CompilerConfiguration options)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||