See: Description
| Interface | Description |
|---|---|
| IProblem |
Description of a Java problem, as detected by the compiler or some of the underlying
technology reusing the compiler.
|
| Class | Description |
|---|---|
| CategorizedProblem |
Richer description of a Java problem, as detected by the compiler or some of the underlying
technology reusing the compiler.
|
| CharOperation |
This class is a collection of helper methods to manipulate char arrays.
|
| CompilationProgress |
A compilation progress is used by the
BatchCompiler to report progress during compilation. |
| Exception | Description |
|---|---|
| InvalidInputException |
Exception thrown by a scanner when encountering lexical errors.
|
This package contains some compiler tooling APIs, allowing to perform operations at a lower-level
than using the JavaModel.
Copyright © 2013. All rights reserved.