|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.general.AbstractTranslator
org.jetbrains.k2js.translate.expression.FunctionTranslator
public final class FunctionTranslator
| Method Summary | |
|---|---|
static void |
addParameters(java.util.List<com.google.dart.compiler.backend.js.ast.JsParameter> list,
FunctionDescriptor descriptor,
TranslationContext context)
|
static FunctionTranslator |
newInstance(JetDeclarationWithBody function,
TranslationContext context)
|
com.google.dart.compiler.backend.js.ast.JsPropertyInitializer |
translateAsEcma5PropertyDescriptor()
|
com.google.dart.compiler.backend.js.ast.JsPropertyInitializer |
translateAsMethod()
|
| Methods inherited from class org.jetbrains.k2js.translate.general.AbstractTranslator |
|---|
bindingContext, context, program |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static FunctionTranslator newInstance(@NotNull
JetDeclarationWithBody function,
@NotNull
TranslationContext context)
@NotNull public com.google.dart.compiler.backend.js.ast.JsPropertyInitializer translateAsEcma5PropertyDescriptor()
@NotNull public com.google.dart.compiler.backend.js.ast.JsPropertyInitializer translateAsMethod()
public static void addParameters(java.util.List<com.google.dart.compiler.backend.js.ast.JsParameter> list,
FunctionDescriptor descriptor,
TranslationContext context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||