See: Description
| Interface | Description |
|---|---|
| EvaluationResult |
An evaluation result of a JSweet program.
|
| Class | Description |
|---|---|
| AbstractDelegatedTranspilationHandler | |
| AbstractTreePrinter |
A tree printer is a kind of tree scanner specialized in pretty printing the
scanned AST of a compilation unit (source file).
|
| AbstractTreeScanner |
A Java AST scanner for JSweet.
|
| ConsoleTranspilationHandler |
This is a simple transpilation handler that reports problems to the default
output streams.
|
| DirectedGraph<T> |
This class defines a directed graph collection type, that is to say a set of
elements (aka nodes) linked together with directed edges.
|
| DirectedGraph.Edge<T> |
A generic object representing an edge in the graph.
|
| DirectedGraph.Node<T> |
An object representing the nodes of the graph.
|
| ErrorCountTranspilationHandler |
An error count decorator for a transpilation handler.
|
| JavaCompilationEnvironment |
This utility class encapsulates a
javac compilation environment. |
| JSDoc |
A utility class to print JSDoc comments from regular Java comments.
|
| MainMethodFinder | |
| Position |
Represents a generic immutable position.
|
| ProcessUtil |
A set of utilities to launch external processes from Java.
|
| ReferenceGrabber |
A utility scanner that grabs all references to types used within a code tree.
|
| SourceMap |
This object represents a source map between an input source file and an
output source file.
|
| SourceMap.Entry |
An entry in the source map.
|
| Util |
Various utilities.
|
| Exception | Description |
|---|---|
| RollbackException |
This exception can be thrown to rollback the scanning of an AST.
|