| Interface | Description |
|---|---|
| Api01CompilationTask |
A task allowing to run the Jack compiler once.
|
| Api01Config |
A configuration for API level 01 of the Jack compiler.
|
| Cli01CompilationTask |
A task allowing to run the Jack compiler once.
|
| Cli01Config |
A configuration for CLI level 01 of the Jack compiler.
|
| Class | Description |
|---|---|
| ChainedException.ChainedExceptionBuilder<T extends ChainedException> |
Builder to construct a chain of exceptions.
|
| Enum | Description |
|---|---|
| DebugInfoLevel |
Various levels of debug information.
|
| JavaSourceVersion |
Supported Java source version.
|
| MultiDexKind |
The method to use to split in several dex files.
|
| ReporterKind |
Available reporters.
|
| ResourceCollisionPolicy |
How to handle resource collisions.
|
| TypeCollisionPolicy |
How to handle type collisions.
|
| VerbosityLevel |
Jack verbosity level
|
| Exception | Description |
|---|---|
| ChainedException |
Abstract class to easily chain exceptions together.
|
| CompilationException |
A fatal problem that caused Jack to abort the compilation.
|
| ConfigurationException |
Thrown when something is wrong in Jack's configuration.
|
| UnrecoverableException |
Thrown when a major problem occurred because of an event out of control (e.g.
|