| Package | Description |
|---|---|
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableElement |
PrinterAdapter.findExecutableDeclarationInType(TypeElement type,
MethodInvocationElement invocation)
Looks-up the executable that is invoked by the given invocation.
|
boolean |
StringEnumAdapter.substituteMethodInvocation(MethodInvocationElement invocation)
Uses of enum API need to be translated accordingly to strings.
|
boolean |
MapAdapter.substituteMethodInvocation(MethodInvocationElement invocation)
This where the actual API bridge is implemented.
|
boolean |
Java2TypeScriptAdapter.substituteMethodInvocation(MethodInvocationElement invocationElement) |
boolean |
PrinterAdapter.substituteMethodInvocation(MethodInvocationElement invocation)
Substitutes the value of a method invocation expression.
|
boolean |
BigDecimalAdapter.substituteMethodInvocation(MethodInvocationElement invocation) |
boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocation(MethodInvocationElement invocation) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnArray(MethodInvocationElement invocation,
String targetMethodName,
String targetClassName,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnArrays(MethodInvocationElement invocation,
String targetMethodName,
ExtendedElement targetExpression,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnCalendar(MethodInvocationElement invocation,
String targetMethodName,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnCharacter(MethodInvocationElement invocation,
String targetMethodName) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnClass(MethodInvocationElement invocation,
String targetMethodName,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnCollections(MethodInvocationElement invocation,
String targetMethodName,
ExtendedElement targetExpression,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnField(MethodInvocationElement invocation,
String targetMethodName,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnMap(MethodInvocationElement invocation,
String targetMethodName,
ExtendedElement targetExpression,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnMethod(MethodInvocationElement invocation,
String targetMethodName,
boolean delegate) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnNumber(MethodInvocationElement invocation,
String targetMethodName) |
protected boolean |
RemoveJavaDependenciesAdapter.substituteMethodInvocationOnObjects(MethodInvocationElement invocation,
String targetMethodName,
boolean delegate) |