| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| org.jsweet.transpiler.eval | |
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Class and Description |
|---|
| 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.
|
| DirectedGraph
This class defines a directed graph collection type, that is to say a set of
elements (aka nodes) linked together with directed edges.
|
| ErrorCountTranspilationHandler
An error count decorator for a transpilation handler.
|
| EvaluationResult
An evaluation result of a JSweet program.
|
| Position
Represents a generic immutable position.
|
| SourceMap
This object represents a source map between an input source file and an
output source file.
|
| Class and Description |
|---|
| EvaluationResult
An evaluation result of a JSweet program.
|
| Class and Description |
|---|
| AbstractTreePrinter
A tree printer is a kind of tree scanner specialized in pretty printing the
scanned AST of a compilation unit (source file).
|
| Class and 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.
|
| DirectedGraph
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
A generic object representing an edge in the graph.
|
| DirectedGraph.Node
An object representing the nodes of the graph.
|
| EvaluationResult
An evaluation result of a JSweet program.
|
| JavaCompilationEnvironment
This utility class encapsulates a
javac compilation environment. |
| Position
Represents a generic immutable position.
|
| 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.
|