|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.js.translate.general.AbstractTranslator
org.jetbrains.kotlin.js.translate.utils.FunctionBodyTranslator
public final class FunctionBodyTranslator
Method Summary | |
---|---|
static java.util.List<JsStatement> |
setDefaultValueForArguments(FunctionDescriptor descriptor,
TranslationContext functionBodyContext)
|
static JsBlock |
translateFunctionBody(FunctionDescriptor descriptor,
JetDeclarationWithBody declarationWithBody,
TranslationContext functionBodyContext)
|
Methods inherited from class org.jetbrains.kotlin.js.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 JsBlock translateFunctionBody(@NotNull FunctionDescriptor descriptor, @NotNull JetDeclarationWithBody declarationWithBody, @NotNull TranslationContext functionBodyContext)
@NotNull public static java.util.List<JsStatement> setDefaultValueForArguments(@NotNull FunctionDescriptor descriptor, @NotNull TranslationContext functionBodyContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |