| Package | Description |
|---|---|
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| org.jsweet.transpiler.model |
This package contains a extension of the Java model (
javax.lang.model
) to cover Java expressions and statements. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Java2TypeScriptAdapter.delegateToEmulLayer(String targetClassName,
String targetMethodName,
InvocationElement invocation) |
protected void |
Java2TypeScriptAdapter.printCastMethodInvocation(InvocationElement invocation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodInvocationElement
An AST node for a Java method invocation.
|
interface |
NewClassElement
An AST node for a Java new class expression.
|