| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Modifier and Type | Field and Description |
|---|---|
DirectedGraph<com.sun.tools.javac.tree.JCTree.JCCompilationUnit> |
StaticInitilializerAnalyzer.globalStaticInitializersDependencies
A map containing the static initializers dependencies when not using
modules (empty otherwise).
|
DirectedGraph<com.sun.tools.javac.code.Symbol.PackageSymbol> |
JSweetContext.packageDependencies
A graph containing the module dependencies when using modules (empty
otherwise).
|
| Modifier and Type | Field and Description |
|---|---|
Map<com.sun.tools.javac.code.Symbol.PackageSymbol,DirectedGraph<com.sun.tools.javac.tree.JCTree.JCCompilationUnit>> |
StaticInitilializerAnalyzer.staticInitializersDependencies
A map containing the static initializers dependencies for each package
when using modules (empty otherwise).
|
| Constructor and Description |
|---|
Node(DirectedGraph<T> graph,
T element)
Creates a new node for the given graph and holding the given element.
|